-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
35 lines (35 loc) · 937 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Ovto - Front-end framework for Rubyist</title>
<link href="https://fonts.googleapis.com/css?family=Rubik" rel="stylesheet">
<link rel="stylesheet" href="website/screen.css" type="text/css" media="screen" />
</head>
<body>
<a href="https://github.com/yhara/ovto"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<center>
<br>
<br>
<br>
<p>
<h1>O v t o</h1>
</p>
<p>
<a href='docs/index.html'><img class='logo' src='ovtologo.png' /></a>
</p>
<p class='subtitle'>
Frontend Framework for Rubyists
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</center>
</body>
</html>