-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 1.52 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
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en_us">
<head>
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>Barag: A bunch of people</title>
</head>
<body>
<header>
<div>
<span class="name ba" title='"baa"'>ba</span><span class="name rag" title='"rig"'>rag</span>
<div class="pronunciation">
"<span class="ba">BAA</span>-<span class="rag">rig</span>"
</div>
</div>
<aside>
A bunch of people with the same last name.
</aside>
</header>
<p>
You're probably looking for <a href="http://sean.barag.org">Sean Barag</a>, a programmer. If not, here's some other things that might be close:
<ul>
<li>
A trio of <a href="https://en.wikipedia.org/wiki/Old_Barag_Banner">Inner</a> <a href="https://en.wikipedia.org/wiki/New_Barag_Left_Banner">Mongolian</a> <a href="https://en.wikipedia.org/wiki/New_Barag_Right_Banner">subdivisions</a> called "banners"
</li>
<li>
A <a href="http://starwars.wikia.com/wiki/Old_Barag">planet</a> and <a href="http://starwars.wikia.com/wiki/Old_Barag">star system</a> in the expanded Star Wars universe
</li>
<li>
The correct spelling of <a href="https://en.wiktionary.org/wiki/barrage">a word</a> referring to "a heavy curtain of artillery fire"
</li>
<li>
<a href="https://en.wikipedia.org/wiki/Balrog">Creatures</a> who appear in J. R. R. Tolkien's Middle-earth legendarium
</li>
</ul>
</p>
</body>
</html>