Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/public/tags/index.html')
-rw-r--r--exampleSite/public/tags/index.html60
1 files changed, 60 insertions, 0 deletions
diff --git a/exampleSite/public/tags/index.html b/exampleSite/public/tags/index.html
new file mode 100644
index 0000000..19243c0
--- /dev/null
+++ b/exampleSite/public/tags/index.html
@@ -0,0 +1,60 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Tags - Vivek R</title><meta name="viewport" content="width=device-width, initial-scale=1">
+
+ <link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:500,100,300" rel="stylesheet">
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/normalize.css" />
+ <link rel="stylesheet" type="text/css" media="screen" href="/css/main.css" />
+ <script src="main.js"></script>
+</head>
+
+<body>
+ <div class="container wrapper tags">
+ <div class="header">
+ <h1>Vivek R</h1>
+ <h2>Software developer <a href="https://zerodha.com">@zerodhatech</a></h2>
+
+ <nav class="nav">
+ <ul class="flat">
+
+ <li>
+ <a href="/">Home</a>
+ </li>
+
+ <li>
+ <a href="/posts">List</a>
+ </li>
+
+ <li>
+ <a href="/tags">Tags</a>
+ </li>
+
+ </ul>
+ </nav>
+</div>
+
+
+ <h1 class="page-title">All tags</h1>
+
+
+
+
+
+
+
+
+ <div class="tag-cloud">
+
+ </div>
+ </div>
+
+ <div class="footer wrapper">
+ <nav class="nav">
+ <div>Vivek R &COPY; 2018 | Built with <a href="gohugo.io">Hugo</a></div>
+ </nav>
+</div>
+</body>
+
+</html>