Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 0d46ed9

Browse files
committed
make it so
0 parents  commit 0d46ed9

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
openopensource.org

index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>OPEN Open Source</title>
5+
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,500' rel='stylesheet' type='text/css'>
6+
<style>
7+
8+
body {
9+
font-family: 'Ubuntu', sans-serif;
10+
background: #f0f0f8;
11+
color: #404050;
12+
}
13+
14+
h1 {
15+
font-weight: 300;
16+
letter-spacing: 0.2em;
17+
text-align: center;
18+
max-width: 700px;
19+
margin: 2em auto;
20+
padding-bottom: 0.4em;
21+
border-bottom: solid 1px #333;
22+
}
23+
24+
</style>
25+
</head>
26+
<body>
27+
<h1>OPEN Open Source</h1>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)