-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest1.html
72 lines (65 loc) · 4.17 KB
/
test1.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>test1.html</title>
<base href="https://rsp.github.io/gh-pages-no-extension/">
<link rel=stylesheet href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<link rel=stylesheet href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel=stylesheet href="https://fonts.googleapis.com/css?family=Roboto:400,100,300&subset=latin,latin-ext">
<link rel=stylesheet href="test.css">
</head>
<body>
<div id=nav>
<div><div class=u>URL</div><div><a href="test1">test1</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="test1.html">test1.html</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/test2">dir/test2</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/test2.html">dir/test2.html</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir">dir</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/">dir/</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/index">dir/index</a></div><div class=f>FILE</div></div>
<div><div class=u>URL</div><div><a href="dir/index.html">dir/index.html</a></div><div class=f>FILE</div></div>
</div>
<div class="jumbotron">
<div id=message></div>
<h1>test1.html</h1>
<div class="share">
Share it on
<a href="http://twitter.com/share?url=https://rsp.github.io/gh-pages-no-extension/&text=How to remove %23HTML extension from %23GitHubPages in 0 easy steps%0D%0A%23github %23staticsites %23ghpages&via=pocztarski" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/sharer/sharer.php?u=https://rsp.github.io/gh-pages-no-extension/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/share?url=https%3A%2F%2Frsp.github.io%2Fgh-pages-no-extension%2F" target="_blank"><i class="fa fa-google-plus"></i></a>
and star it on
<a href="https://github.com/rsp/gh-pages-no-extension" target="_blank"><i class="fa fa-github"></i></a>
</div>
<p>
See: <a href=".">How to remove HTML extension from GitHub Pages in 0 easy steps</a>
by <a href="https://pocztarski.com/">Rafał Pocztarski</a>
</p>
<a href="https://pocztarski.com/"><img id=avatar src="https://s.gravatar.com/avatar/c0a8a4fb43f9c19b3391a7b1066d491f?s=80"></a>
</div>
<div class="foot">
<a href="https://pocztarski.com/">Rafał Pocztarski <img id=favatar src="https://s.gravatar.com/avatar/c0a8a4fb43f9c19b3391a7b1066d491f?s=80"></a>
<a href="https://twitter.com/pocztarski" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://medium.com/@pocztarski" target="_blank"><i class="fa fa-medium"></i></a>
<a href="https://www.facebook.com/pocztarski" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/106457556668508404492" target="_blank"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com/in/pocztarski" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://angel.co/pocztarski" target="_blank"><i class="fa fa-angellist"></i></a>
<a href="https://www.flickr.com/photos/pocztarski/" target="_blank"><i class="fa fa-flickr"></i></a>
<a href="https://codepen.io/rsp/" target="_blank"><i class="fa fa-codepen"></i></a>
<a href="https://github.com/rsp" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://stackexchange.com/users/303952/rsp" target="_blank"><i class="fa fa-stack-exchange"></i></a>
<a href="https://stackoverflow.com/users/613198/rsp" target="_blank"><i class="fa fa-stack-overflow"></i></a>
</div>
<script src="test.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35668915-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>