-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 769 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (24 loc) · 769 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Он ещё дышит</h1>
<div id="count">
<span id="txt"><b>Долларов:</b></span>
<span id="score"></span>
</div>
<div id="eco">
<span id="txt1"><b>Улучшить экономику</b></span>
<img src="https://cdn-icons-png.flaticon.com/512/5329/5329095.png" draggable="false" id="ButtonUpgrader">
<span id="level"></span>
</div>
<img src="https://cdn-icons-png.flaticon.com/256/1490/1490839.png" draggable="false" id="button">
<canvas id="cnv"></canvas>
<script src="script.js"></script>
</body>
</html>