forked from Vishnupriya1507/ACMW-Apogee-2k19
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
37 lines (32 loc) · 786 Bytes
/
main.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
<html>
<head>
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="apogee.png" class="right">
<svg viewBox="0 0 800 300">
<symbol id="s-text">
<text text-anchor="middle"
x="50%"
y="70%"
class=""
>
Deal with Distractions
</text>
</symbol>
<g class="g-ants">
<use xlink:href="#s-text"
class="text-copy"></use>
<use xlink:href="#s-text"
class="text-copy"></use>
<use xlink:href="#s-text"
class="text-copy"></use>
<use xlink:href="#s-text"
class="text-copy"></use>
<use xlink:href="#s-text"
class="text-copy"></use>
</g>
</svg>
<button class="button">Click to Continue</button>
</body>
</html>