-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (56 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<title>thePond</title>
<link rel="stylesheet" href="/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css?family=Changa:400,600"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Amatic+SC:400,700&display=swap"
rel="stylesheet"
/>
<!-- <link rel="icon" href="/images/thePond.svg.png"> -->
<link rel="icon" href="/images/water-lily-3347654_640.png" />
<!-- <link rel="icon" href="https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/emojidex/112/duck_1f986.png"> -->
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="upload" viewBox="0 0 24 24">
<defs>
<style>
.cls-1 {
fill: none;
/* stroke: rgb(2, 17, 56); */
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
</style>
</defs>
<title />
<path
class="cls-1"
d="M20.31,14.44v3.3a1.83,1.83,0,0,1-1.83,1.83h-13a1.83,1.83,0,0,1-1.83-1.83v-3.3"
data-name="<Path>"
id="_Path_"
/>
<line
class="cls-1"
data-name="<Path>"
id="_Path_2"
x1="12"
x2="12"
y1="14"
y2="4"
/>
<polyline
class="cls-1"
data-name="<Path>"
id="_Path_3"
points="7.47 8 12 3.47 16.53 8"
/>
</symbol>
</svg>
<!-- <svg class="icon"><use xlink:href="#upload" /></svg> -->
<!-- <a href="https://www.vecteezy.com/"> Vectors by Vecteezy</a> -->
<main></main>
<script src="/bundle.js"></script>