-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 950 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Portrait Generator</title>
<link rel="shortcut icon" href="https://favicon-generator.org/favicon-generator/htdocs/favicons/2014-12-22/77230c39f073afa815b518500662c8eb.ico" type="image/x-icon" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
</head>
<body>
<div id="HereIsPicture">
<span id="ItIsText">
</div>
<footer><a href="https://github.com/Anemaygi" target="_blank"> Anemaygi ⚝</a></footer>
<script src="js/Text.js" type="module"></script>
<script src="js/script.js" type="module"></script>
</body>
</html>