init
This commit is contained in:
18
index.html
Normal file
18
index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="text_horror/style.css">
|
||||
<script src="text_horror/app.js"></script>
|
||||
<title>TextHorror</title>
|
||||
</head>
|
||||
|
||||
<body onpageshow="typeWriter()">
|
||||
<div id="bubble"></div>
|
||||
<img class="triangle" src="text_horror/assets/triangle.png">
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user