feat: add website base
This commit is contained in:
parent
60cc857d42
commit
566c26dcd9
12
index.html
Normal file
12
index.html
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Devraza</title>
|
||||||
|
<link rel="stylesheet" href="./style.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
Something will arise...dd
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Reference in a new issue