mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-13 21:00:37 -04:00
added tictactoe.js
This commit is contained in:
parent
45d1442742
commit
1fcb68f4e4
5 changed files with 103 additions and 0 deletions
17
dom-exercise/index.html
Normal file
17
dom-exercise/index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
</div>
|
||||
<button onclick="alert('Hello World')">Click Me</button>
|
||||
<!-- the HTML file -->
|
||||
<button id="btn">Click Me</button>
|
||||
<script src="js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue