barebones html
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
<h1>
|
<!doctype html>
|
||||||
Hello
|
<html lang="en">
|
||||||
</h1>
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>AF</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Welcome to my website</h1>
|
||||||
|
<p>Stay here please...</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user