mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-06-16 09:26:40 +00:00
Added AMP Boilerplate under head
This commit is contained in:
parent
fb48404e13
commit
6042c18ae2
18
index.html
18
index.html
@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html>
|
<html amp lang="en">
|
||||||
<head>
|
<head>
|
||||||
<!-- Google Tag Manager -->
|
<!-- Google Tag Manager -->
|
||||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||||||
@ -17,6 +17,22 @@
|
|||||||
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
|
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||||
<link rel="stylesheet" href="assets/css/main.css" />
|
<link rel="stylesheet" href="assets/css/main.css" />
|
||||||
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
|
||||||
|
<link rel="Anson Biggs" href="http://www.ansonbiggs.com">
|
||||||
|
<!-- AMP Boilerplate -->
|
||||||
|
<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>
|
||||||
|
<!-- End AMP Boilerplate -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Google Tag Manager (noscript) -->
|
<!-- Google Tag Manager (noscript) -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user