-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 1.35 KB
/
index.html
File metadata and controls
33 lines (31 loc) · 1.35 KB
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
<!doctype html>
<!--[if lt IE 7]> <html class="ie6"> <![endif]-->
<!--[if IE 7]> <html class="ie7"> <![endif]-->
<!--[if IE 8]> <html class="ie8"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<meta name="description" content="" />
<meta name="author" content="" />
<title>Victa - Open Source</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="assets/js/aura.js"></script>
<script src="assets/js/app.js"></script>
</head>
<body>
<section class="container">
<div id="items" class="items">
<header data-aura-widget="user" data-aura-style="complete" data-aura-user="victa"></header>
<ul data-aura-widget="repos" data-aura-user="victa"></ul>
</div>
<footer class="footer">
<p class="float-right"><a href="https://github.com/hull/hull.github.io">fork it on github</a></p>
<p>made with ♥ by <a href="http://hull.io">hull</a> with <a href="https://github.com/aurajs">aurajs</a></p>
</footer>
</section>
</body>
</html>