[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:
BIN
assets/icons/favicon.ico
Normal file
BIN
assets/icons/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
0
css/styles.css
Normal file
0
css/styles.css
Normal file
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