-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
34 lines (27 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<html>
<head>
<link rel="stylesheet" href="textAdventure.css">
<title>Text Adventure</title>
<link rel="icon" href="create/logo.png" type="image/x-icon">
<meta charset="utf-8" />
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<a id="openInEditor" >Abrir no Editor</a>
<a id="by" href="https://www.twitch.tv/dx___" target="_blank" >Feito por: DX</a>
<div id="center">
<div id="bloco">
<div id=title>Aqui vai ter um titulo</div>
<div id="text">Voce e um fazendeiro.
A epoca de colheita se aproxima, voce nao sabe se a colheita será suficiente para pagar os impostos.
</div>
<div id="buttons">
<a class=button>testando 1</a>
<a class=button>testando 2</a>
</div>
</div>
</div>
<script language="javascript" src="create/lz-string.js"></script>
<script src="textAdventure.js"></script>
</body>
</html>