-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAmpTemplate.html
44 lines (44 loc) · 1.88 KB
/
AmpTemplate.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
<!DOCTYPE html>
<html amp lang="en">
<head>
<meta charset="UTF-8"/>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-analytics" src="https://cdn.ampproject.org/v0/amp-analytics-0.1.js"></script>
<title></title>
<link rel="canonical" href="" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp-custom>
</style>
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
</head>
<body>
<nav class="top-bar w-b">
<ul class="title-area">
<li class="name"><h1><a class="home_link" href=""></a></h1></li>
</ul>
</nav>
</div>
<div id="page-content">
<div class='row'>
<div id="p-cactions" class="large-12 columns">
<div id="mw-content-text" lang="en" dir="ltr" class="mw-content-ltr">
</div>
</div>
</div>
</div>
<footer class="row">
<div class="small-12 large-4 columns top-bar footericon">
<div class="name">
<h1>
<a class="home_link" href=""></a>
<b class="site_tagline"></b>
</h1>
</div>
</div>
<ul class="small-12 large-3 columns leftgrid" id="footer_leftgrid">
</ul>
<ul class="small-12 large-3 columns leftgrid left" id="footer_rightgrid">
</ul>
</footer>
</body>
</html>