-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
19 lines (17 loc) · 1003 Bytes
/
blog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<title>::blog::</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheets/blogindex-stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
</head>
<BODY>
<div class="quote"><a href="http://creativisionist.github.io/blogsubindex.html" target="_blank">Tech·nique·cals</a></div>
<div class="quote"><a href="http://creativisionist.github.io/blogsubindex.html" target="_blank">Culture</a></div>
<div class="footer">
<div class="nav"><span><a href="../index.html">Home</a></span><span><a href="../portfolio.html">Portfolio</a></span><span><a href="../about.html">About</a></span><span><a href="../contact.html">Contact</a></span><span><a href="../blog.html">Blog</a></span></div>
</div>
<div class="subfooter"><a href="mailto:creativisionist@gmail.com">© Creativisionist | All Rights Reserved</a></div>
</BODY>
</html>