feat: add website base
This commit is contained in:
parent
60cc857d42
commit
566c26dcd9
2 changed files with 15 additions and 0 deletions
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>
|
3
style.css
Normal file
3
style.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
color: black;
|
||||
}
|
Reference in a new issue