summaryrefslogtreecommitdiffstats
path: root/examples/adduser.local.conf.examples/skel.other/index.html
blob: d4eb6be9541be97570f0e759cbd066bc452d3b8d (plain)
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<!-- This document is a place-holder for the home page until the user
     gets around to replacing it with his or her own.

     [JNZ] Modified 21-Jun-2013

     Written by John Zaitseff and released into the public domain.  -->

<head>
  <title>My Home Page</title>
  <meta charset="UTF-8" />
  <meta name="author" content="The user">
  <meta name="description" content="The user's default home page">
  <meta name="keywords" content="home, homepage, default">
</head>

<body>

<h1>My Home Page</h1>

<p>Welcome to my home page on the World Wide Web!  This page, like so
many others, is under construction.  I&rsquo;ll be replacing this page
soon&hellip; I hope.</p>

</body>
</html>