-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.24 KB
/
Copy pathindex.html
File metadata and controls
33 lines (28 loc) · 1.24 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>fala galera estou vendo filmes</title>
<meta name="description" content="uma lista simples de filmes vistos ultimamente">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/main.css">
<!-- prefix free for the scrolling shadows -->
<script src="js/prefixfree.min.js"></script>
</head>
<body>
<header class="site-header">
<h1 class="site-title"><span class="js-movies-count movies-count"></span> filmes em 2013</h1>
</header>
<section class="movies">
<ol class="js-movies-list movies__list"></ol>
</section>
<footer class="site-footer">
<a href="https://github.com/seufelipe/flms" title="The simplest way to track the movies you watch">flms.</a>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.0.min.js"><\/script>')</script>
<script src="js/main.js"></script>
<script src="config.js"></script>
</body>
</html>