mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 20:08:27 +02:00
Edits to tutorial layout pg 2, simplified default html
This commit is contained in:
parent
f58aa79283
commit
8eb2c4e926
4 changed files with 7 additions and 10 deletions
|
@ -1,17 +1,13 @@
|
|||
def default_tutorial_html
|
||||
<<-EOT.strip
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>My web site</title>
|
||||
|
||||
</head>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
|
||||
Hello World!
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
EOT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue