-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtag_archives.html
executable file
·51 lines (43 loc) · 1.88 KB
/
tag_archives.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Responsive Meta Data -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Core Meta Data -->
<meta name="author" content="@italowaxman, @robsongajunior, @jaydson, @mteusortiz">
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Facebook Tags -->
<meta property="og:description" content="">
<meta property="og:image" content="/images/thumb.png">
<meta property="og:site_name" content="Harmonic">
<meta property="og:title" content="Harmonic">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<!-- Twitter tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="">
<meta name="twitter:creator" content="Usuário do Twitter">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="/images/thumb.png">
<!-- Humans -->
<link rel="author" href="/AUTHORS" />
<!-- Favicon -->
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/images/favicon.png" type="image/png">
<link rel="shortcut icon" href="/images/favicon.png" type="image/png">
<link rel="stylesheet" href="/css/vendor/prism.css"/>
<link rel="stylesheet" href="/css/vendor/normalize.css">
<link rel="stylesheet" href="/css/vendor/bootstrap.css">
<link rel="stylesheet" href="/css/vendor/bootstrap-theme.css">
<link rel="stylesheet" href="/css/style.css">
<title>Harmonic | Static website generator</title>
</head>
<body>
<h1>Not found!!</h1>
</body>
</html>