Add text
This commit is contained in:
parent
332565236f
commit
05c486e1ef
1 changed files with 11 additions and 12 deletions
23
index.html
23
index.html
|
@ -1,12 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Page Title</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>This is a Heading</h1>
|
||||
<p>This is a paragraph.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Service unavailable</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>We're sorry!</h1>
|
||||
<p>The website you are trying to reach is currently down. I run my server at home, and powered it off during my vacation.</p>
|
||||
<p>Please come back later!</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue