photo-gallery-styles

Design documents for photos.pablopie.xyz 📸️

Commit
13fe1c959e7a4b1192d2608644252417f150ed21
Parent
fca104d118bbe118e0f569702c3405b51f25ba1c
Author
Pablo <pablo-escobar@riseup.net>
Date

Added a DOCTYPE to the index file

Diffstat

2 files changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified index.haml 1 1 0
Modified index.html 1 1 0
diff --git a/index.haml b/index.haml
@@ -1,3 +1,4 @@
+!!!
 %html
   %head
     %title Pablo's Photo Gallery
diff --git a/index.html b/index.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html>
 <head>
 <title>Pablo's Photo Gallery</title>