update / index.html
username23231's picture
Update index.html
05562bd
raw
history blame contribute delete
406 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content=
"width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"
content="ie=edge">
<title>PUT Request</title>
</head>
<body>
<h1>
test
</h1>
<!-- Including library.js and app.js -->
<script src="library.js"></script>
</body>
</html>