|
|
@@ -1,14 +1,38 @@
|
|
|
{% load static %}
|
|
|
<!DOCTYPE html>
|
|
|
-<html>
|
|
|
- <link rel="stylesheet" type="text/css" href="{% static "semantic/dist/semantic.min.css" %}">
|
|
|
- <script>
|
|
|
- src="https://code.jquery.com/jquery-3.1.1.min.js"
|
|
|
- integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
|
|
|
- crossorigin="anonymous"></script>
|
|
|
- <script src="{% static "semantic/dist/semantic.min.js" %}"></script>
|
|
|
+<html lang="en">
|
|
|
<head>
|
|
|
+ <link rel="stylesheet" type="text/css" href="{% static "semantic/dist/semantic.min.css" %}">
|
|
|
+ <script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
|
|
|
+ <script src="{% static "semantic/dist/semantic.min.js" %}"></script>
|
|
|
+
|
|
|
+ <meta name="handheldfriendly">
|
|
|
+ <meta name="mobile-web-app-capable">
|
|
|
+ <meta name="mobileoptimized">
|
|
|
+
|
|
|
+ <meta name="bitcoin" content="">
|
|
|
+ <meta name="microtip" content="">
|
|
|
+ <meta name="author" content="tBKwtWS">
|
|
|
+ <meta name="creator" content="tBKwtWS">
|
|
|
+ <meta name="designer" content="tBKwtWS">
|
|
|
+ <meta name="web_author" content="tBKwtWS">
|
|
|
+ <meta name="contact" content="irc://irc.gtanet.com #RotBot">
|
|
|
+ <meta name="description" content="">
|
|
|
+ <meta name="fdse-description" content="">
|
|
|
+ <meta name="keywords" content="one,two things,three">
|
|
|
+ <meta name="fsde-keywords" content="">
|
|
|
+ <meta name="keywords-not" content="">
|
|
|
+
|
|
|
+ <meta name="" content="">
|
|
|
+
|
|
|
+ <!--
|
|
|
+ maak % blokken % voor:
|
|
|
+ Aantal zoekresultaten per pagina <meta name="itemsPerPage" content="">
|
|
|
+ <meta name="nonfiction">
|
|
|
+ -->
|
|
|
+
|
|
|
<title>{% block title %}{% endblock %}</title>
|
|
|
+
|
|
|
</head>
|
|
|
<body>
|
|
|
<div class="ui menu"></div>
|