index.html
unknown
plain_text
2 years ago
416 B
10
Indexable
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap demo</title>
</head>
<body>
<h1>Hello, world!</h1>
<input type="text" placeholder="type a number" onchange="valueChange(event)" />
<button onclick="displayValue()">Try Me!</button>
<script src="main.js"></script>
</body>
</html>Editor is loading...