summarylogtreecommitdiffstats
path: root/skeleton-html
diff options
context:
space:
mode:
authorChristian Hesse2015-06-30 10:32:38 +0200
committerChristian Hesse2015-06-30 10:32:38 +0200
commit1d61643ce23aa5c0d4789b994e04493c90fb2613 (patch)
treed2a43ba9bdc79aa8f27cc474a80f4e6085e24ee3 /skeleton-html
downloadaur-1d61643ce23aa5c0d4789b994e04493c90fb2613.tar.gz
initial import of vim-skeleton 0.0.3.r0.g7309644-8
Diffstat (limited to 'skeleton-html')
-rw-r--r--skeleton-html32
1 files changed, 32 insertions, 0 deletions
diff --git a/skeleton-html b/skeleton-html
new file mode 100644
index 000000000000..d89311919b47
--- /dev/null
+++ b/skeleton-html
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+<title>Title</title>
+
+<!-- (C) 2015 by Christian Hesse <mail@eworm.de>
+
+ This software may be used and distributed according to the terms
+ of the GNU General Public License, incorporated herein by reference.
+
+ This is an example code skeleton provided by vim-skeleton. //-->
+
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta name="description" content="Description">
+<meta name="author" content="Author">
+<meta name="keywords" content="Keywords">
+
+<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
+
+<style type="text/css">
+body { text-align: center; font-family: sans-serif; }
+h1 { text-align: center; }
+img { border: 0px; }
+p { text-indent: 10px; }
+</style>
+
+</head>
+
+<body>
+ <!-- Your markup here //-->
+</body>
+</html>