First commit
This commit is contained in:
commit
5bf66a6f87
3 changed files with 128 additions and 0 deletions
14
user_site_template.html
Normal file
14
user_site_template.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
|
||||
<!-- Template site for tilde.linuxposting.xyz -->
|
||||
<!-- Site viewable at https://tilde.linuxposting.xyz/~yourname -->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>My site</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to my site!<h1>
|
||||
<p>Lorem ipsum dolor sit amet...</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue