Change index.html
This commit is contained in:
parent
89b4d9e5cb
commit
aaa9221880
1 changed files with 14 additions and 3 deletions
17
index.html
17
index.html
|
@ -1,3 +1,14 @@
|
||||||
<h1>
|
|
||||||
Hello Pages
|
<!doctype html>
|
||||||
</h1>
|
<head>
|
||||||
|
|
||||||
|
<title>Hello Pages</title>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1>Hello Pages</h1>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue