blob: 9cfa8fe1847ca7e921174b1919fbe482c2c7f508 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="app.css"/>
<body>
</head>
<h1>Nick Chopper</h1>
<button onClick="alertButton()">Click Me</button>
</body>
<script src="app.js"></script>
</html>
|