-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (48 loc) · 2.32 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!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="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Fjalla+One&family=Fredericka+the+Great&family=Reenie+Beanie&family=Shadows+Into+Light&family=Square+Peg&display=swap" rel="stylesheet"> <script src="https://kit.fontawesome.com/c378c00b8c.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="index.css">
<style>
body {
background-image: url("images/me2.png");
background-position: bottom;
background-repeat: no-repeat;
background-size: 20%;
background-color: #000000;
}
</style>
<title>Choigoh</title>
<link rel="icon" type="image/png" href="/favicon.png"/>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<div class="title">
<div class="typewriter">
<h1 style="font-size:5vw;">For the broken ones who shall one day heal.</h1>
</div>
</div>
<button class="buttonprop">
<a href="/Submit.html">
<script src="https://scripts.sirv.com/sirvjs/v3/sirv.js"></script>
<div class="lineart">
<img class="Sirv image-main" src="images/nothing.png">
<img class="Sirv image-hover laprops" data-src="images/lightbutton.png">
</div>
</a>
</button>
<div class="props">
<class="imgprops" src="myart1.png" alt="art"/>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>