mirror of
https://github.com/danbulant/silver-disco
synced 2026-05-19 04:08:38 +00:00
Create a hello world page
This commit is contained in:
parent
530b3c3d4f
commit
993b89968f
1 changed files with 10 additions and 0 deletions
10
index.html
Normal file
10
index.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Sample website</title>
|
||||
</head>
|
||||
<body>
|
||||
<b>Hello world!</b>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue