initialised index.html
This commit is contained in:
parent
58f6c46228
commit
ec61f7e512
12
index.html
Normal file
12
index.html
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta http-equiv="refresh" content="1">
|
||||||
|
<title>Braids</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Braids refresh every 1 second.</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in a new issue