[code, files] have created initial files for home.html and styles.css, have added initial code structure to home.html and have added favicon.ico file for project. Will continue working on.
This commit is contained in:
9
html/home.html
Normal file
9
html/home.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home | Sentinel</title>
|
||||
<link rel="icon" type="image/x-icon" href="/assets/icons/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user