first commit
This commit is contained in:
24
index.html
Normal file
24
index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Oracle</title>
|
||||
<link rel="shortcut icon" href="favicon.ico?v=1" type="image/x-icon">
|
||||
<script src="js/base.js"></script>
|
||||
<script src="js/words.js"></script>
|
||||
<link rel="stylesheet" href="css/style.css">
|
||||
|
||||
<script>
|
||||
window.onload = () => {
|
||||
App.init()
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="container">
|
||||
<div id="words"></div>
|
||||
</div>
|
||||
|
||||
<audio preload class="sound" id="atmo" src="audio/atmo.mp3"></audio>
|
||||
<audio preload class="sound" id="pup" src="audio/pup.mp3"></audio>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user