12 lines
217 B
HTML
12 lines
217 B
HTML
<html>
|
|
<head>
|
|
<script src="index.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="index.css"></link>
|
|
</head>
|
|
<body>
|
|
<button id="my-button">
|
|
The button
|
|
</button>
|
|
</body>
|
|
</html>
|