-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintro.html
34 lines (34 loc) · 924 Bytes
/
intro.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<style>
body{
font-family: Helvetica, Arial, sans-serif;
color: #ccc;
background: #000011;
}
h1 {
font-family: Times New Roman, serif;
}
h3 {
color: #666;
margin-top: -20px;
font-weight: normal;
}
a {
color: #05b9ec;
}
</style>
<title>MuMaLab rC3 Assembly</title>
</head>
<body>
<h1>Munich Maker Lab</h1>
<h3>Welcome to the MuMaLab Assembly</h3>
<p>Welcome to our rC3 assembly. If you have any questions, find @tiefpunkt on twitter, IRC, or right here. Also, DECT 8466.</p>
<p>We have some sessions as well, find them <a href="https://rc3.world/rc3/assembly/mumalab/" target="_blank">on our assembly page</a>.</p>
<p>Find a copy of our space behind the doors of the garden shed in here.</p>
<p>To learn more about us, check out <a href="https://munichmakerlab.de">our website</a>.</p>
<p>kthxbai</p>
</body>
</html>