generated from Vuurvos1/simpleStatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (23 loc) · 783 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Tile Generator</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="img/icon.png">
<link href="https://fonts.googleapis.com/css2?family=Marck+Script&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<main>
<div style="display: none;">
<img id="tile" src="img/Blauw-omranding.jpg" alt="Picture of a tile with a blue border">
</div>
<div id="measureText"></div>
<div class="tooltip">
<span class="tooltiptext" id="myTooltip">Click to clipboard</span>
</div>
</main>
<script src="js/script.js"></script>
</body>
</html>