14 lines
278 B
HTML
14 lines
278 B
HTML
<!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>
|