feat: add website base

This commit is contained in:
Muhammad Nauman Raza 2023-12-25 15:12:01 +00:00
parent 60cc857d42
commit 566c26dcd9
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE
2 changed files with 15 additions and 0 deletions

12
index.html Normal file
View 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
View file

@ -0,0 +1,3 @@
body {
color: black;
}