commit: 4239e37c2308191f1be02387527f1e31cba70b6d
parent 0d8fd67645f1fd23e835654e0bf88db2110d3b7e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 26 Nov 2016 18:23:42 +0100
Remove templates/head.css.html
Diffstat:
4 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/art/#DrawTogether/journey.shtml b/art/#DrawTogether/journey.shtml
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html lang="fr">
<head>
- <meta charset="utf-8"/>
+ <!--#include file="/templates/head.shtml" -->
<title>Journey — Cyber-habitant de lanodan</title>
- <!--#include file="/templates/head.css.html" -->
</head>
<body>
<!--#include file="/templates/fr/nav.shtml" -->
diff --git a/art/bitmap/journey.shtml b/art/bitmap/journey.shtml
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html lang="fr">
<head>
- <meta charset="utf-8"/>
+ <!--#include file="/templates/head.shtml" -->
<title>Journey — Cyber-habitant de lanodan</title>
- <!--#include file="/templates/head.css.html" -->
</head>
<body>
<!--#include file="/templates/fr/nav.shtml" -->
diff --git a/art/vector/Pansexual Wolf + anar-glider.html b/art/vector/Pansexual Wolf + anar-glider.html
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8"/>
- <title>lanodan’s cyber-home — Pansexual Wolf + anar-glider</title>
- <!--#include file="../../templates/head.css.html" -->
- </head>
- <body>
- <!--#set var="transPageUrl" value="Loup Pansexuel + glider-anar’" -->
- <!--#include file="templates/en/nav.shtml" -->
- <!--#include file="templates/en/footer.shtml" -->
- </body>
-</html>
diff --git a/art/vector/Pansexual Wolf + anar-glider.shtml b/art/vector/Pansexual Wolf + anar-glider.shtml
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <!--#include file="/templates/head.shtml" -->
+ <title>lanodan’s cyber-home — Pansexual Wolf + anar-glider</title>
+ </head>
+ <body>
+ <!--#set var="transPageUrl" value="Loup Pansexuel + glider-anar’" -->
+ <!--#include file="templates/en/nav.shtml" -->
+ <!--#include file="templates/en/footer.shtml" -->
+ </body>
+</html>