-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
35 lines (35 loc) · 1.35 KB
/
test.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
{% load i18n %}
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Needs -->
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>
Title here
</title>
<!-- Fonts -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,800" rel="stylesheet" type="text/css"/>
<!-- CSS Stylesheets -->
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet"/>
<link href="{% static 'css/bootstrap-responsive.css' %}" rel="stylesheet"/>
<link href="{% static 'css/style.css' %}" rel="stylesheet"/>
<link href="{% static 'css/font-awesome.css' %}" rel="stylesheet"/>
<link href="{% static 'css/animate.css' %}" rel="stylesheet"/>
<link href="{% static 'css/prettyPhoto.css' %}" rel="stylesheet"/>
<!-- Favicon Icon -->
<link href="{% static 'ico/favicon.png' %}'" rel="shortcut icon"/>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<pre>
test
test3
super test de la mort
</pre>
</body>
</html>