-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Monoku - Martes de Dev - Pyscript</title>
</head>
<body style="display: flex;align-items: center;flex-direction: column;height: 95vh;justify-content: center;">
<img width="50" src="https://image.typedream.com/cdn-cgi/image/width=128,format=auto,fit=scale-down,quality=100/https://api.typedream.com/v0/document/public/f8e73e55-ff55-415f-974c-ca361f1cdbb8/2Q1jCi0uZKhftls84U2AuNfibBr_monoku-logo-black.png" >
<h1 style="font-family: 'Instrument Sans', sans-serif; font-weight: 500; margin: 0rem; padding-top: 1.5rem;">Martes de Dev</h1>
<h3 style="font-family: 'Instrument Sans', sans-serif; font-weight: 300; margin: 0rem; padding-bottom: 2rem;">Martes 18 de Julio</h3>
<img width="250" src="https://pyscript.net/assets/images/pyscript-sticker-black.svg">
<ul style="padding: 0; list-style: none; display: flex; gap: 0.5rem; align-items: center;">
<li>
<a href="examples/example1" style="font-family: 'Instrument Sans', sans-serif;">
Example 1
</a>
</li>
<li>
<a href="examples/example2" style="font-family: 'Instrument Sans', sans-serif;">
Example 2
</a>
</li>
</ul>
</body>
</html>