-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexperiment.html
80 lines (74 loc) · 2.63 KB
/
experiment.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" class="light-mode">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>m5b6 - other</title>
<meta property="og:title" content="Matias Berrios (m5b6) - other" />
<meta
property="og:description"
content="Discover the innovative projects and experiments by Matias Berrios (m5b6), engineer from Chile."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.matiasberrios.com/projects" />
<meta
property="og:image"
content="https://www.matiasberrios.com/og-image-projects.jpg"
/>
<meta name="referrer" content="no-referrer-when-downgrade" />
<link rel="canonical" href="https://www.matiasberrios.com/projects" />
<link rel="icon" href="/assets/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="stylesheet" href="/styles.css" />
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script src="./scripts/widgets.js" defer></script>
<script src="./scripts/experiment.js" defer></script>
</head>
<body>
<div class="widget">
<label for="time-date" class="visually-hidden"
>Current time and date</label
>
<p
id="time-date"
class="time-date"
aria-live="polite"
aria-atomic="true"
></p>
<label for="visitor-count" class="visually-hidden">Visitor count</label>
<p
id="visitor-count"
class="visitor-count"
aria-live="polite"
aria-atomic="true"
></p>
</div>
<button id="mode-switch" aria-label="Toggle dark mode">
<span aria-hidden="true">☽</span>
</button>
<div class="login-head">
<div
class="google"
id="g_id_onload"
data-client_id="427889074481-09hav2tqqj5rdi3d7ll1s7ff78v0eb55.apps.googleusercontent.com"
data-callback="handleCredentialResponse"
></div>
<div class="g_id_signin" class="google" data-type="standard"></div>
</div>
<div class="doc-container">
<div id="status">
please sign in to start writing
</div>
<textarea
id="collaborativeTextarea"
rows="20"
cols="50"
disabled
></textarea>
</div>
</body>
</html>