Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-13 03:54:56 +00:00
parent f5158bfa97
commit 3f070a1c0e
1 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,12 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World! Site Title</title> <title>Sariboto</title>
<style> <style>
body {
background: black;
color: white;
}
</style> </style>
</head> </head>
<body> <body>