-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog.html
More file actions
66 lines (47 loc) · 1.52 KB
/
Copy pathblog.html
File metadata and controls
66 lines (47 loc) · 1.52 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Periféricas | RGSoC</title>
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="./files/style.css" rel="stylesheet">
<link href="./files/colors-dark.css" rel="stylesheet">
</head>
<body>
<header id="header">
<a href="index.html"><img alt="Periféricas | RGSoC" src="./files/logo.png"></a>
</header>
<div id="page">
<div id="sidebar">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</div>
<div id="content">
<h1>Blog</h1>
<div id="blog-archives">
<article class="post">
<h2>15 Jun 2016 <a href="blog/06152016/WeAreIn.html">Yes! We are In!</a></h2>
</article>
</div>
</div>
</div>
<footer id="footer">
<p class="copyright">Get excited and make things!</p>
<!-- Thanks to <a href="http://www.webmaster-source.com">Matt Harzewski</a> for the theme!!!</p> -->
</footer>
<script src="./files/jquery.min.js"></script>
<script src="./files/jquery.mobilemenu.min.js"></script>
<script>
$(document).ready(function(){
$('#sidebar nav ul').mobileMenu({'topOptionText': 'Menu', 'prependTo': '#sidebar nav'});
});
</script>
</body></html>