Simple homepage (WIP)

This commit is contained in:
Stefano Assenzo
2023-02-12 13:22:33 +00:00
committed by GitHub
parent a711bff703
commit 6175b33852
2 changed files with 12 additions and 1 deletions

3
.gitignore vendored
View File

@@ -5,4 +5,5 @@ all.log
__pycache__
test.py
school_time.xlsx
venv
venv
screenshot.png

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>2 Elci - Homepage</title>
</head>
<body>
<br>
<center><h1>2 Elci</h1></center>
<img src="static/screenshot.png" alt="">
</body>