mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
Simple homepage (WIP)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,4 +5,5 @@ all.log
|
|||||||
__pycache__
|
__pycache__
|
||||||
test.py
|
test.py
|
||||||
school_time.xlsx
|
school_time.xlsx
|
||||||
venv
|
venv
|
||||||
|
screenshot.png
|
@@ -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>
|
Reference in New Issue
Block a user