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

index.html « tags « public « exampleSite - github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19243c0d4cf2d3c6aaed66817b1826ea0bbb3ee4 (plain)
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
<!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>