-
Notifications
You must be signed in to change notification settings - Fork 0
/
BAI11.HTML
37 lines (34 loc) · 960 Bytes
/
BAI11.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<H1>about</H1>
<p>Drumbeat is an initiative that wants to keep the web <strong>open</strong> and do it througt
<I>pratical</I><br>
<i>projects and local events </I> tah gather smart, creative prople around big ideas, <br> solving problems and buildding the
<B>open web</B>
</p>
<H1>projects</H1>
<ul>
<li>
Featured
<ul>
<li><a href="#">School of Webcart</a></li>
<li><a href="#">Crisis Commons</a></li>
</ul>
</li>
<li>
Latest
<ul>
<li><a href="#">JessyInk</a></li>
<li><a href="#">ProvacyCamp</a></li>
</ul>
</li>
</ul>
<a href="#">Twitter</a>|
<a href="#">Facebook</a>|
<a href="#">Flickr</a>
</body>
</html>