File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < title > Computing Science Student Society</ title >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7+ < link rel ="icon " type ="image/svg+xml " href ="static/files/csss_colourful.svg " />
8+ < link
9+ href ="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap "
10+ rel ="stylesheet "
11+ />
12+ < link rel ="stylesheet " href ="styles.css " />
13+ </ head >
14+ < body >
15+ < main >
16+ < h1 > 404 page not found :(</ h1 >
17+ < img src ="static/images/404frog.webp " alt ="404 Frog " />
18+ </ main >
19+ </ body >
20+ </ html >
Original file line number Diff line number Diff line change 1+ <!doctype html>
2+ < html lang ="en ">
3+ < head >
4+ < title > Computing Science Student Society</ title >
5+ < meta charset ="utf-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7+ < link rel ="icon " type ="image/svg+xml " href ="static/files/csss_colourful.svg " />
8+ < link
9+ href ="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap "
10+ rel ="stylesheet "
11+ />
12+ < link rel ="stylesheet " href ="styles.css " />
13+ </ head >
14+ < body >
15+ < main >
16+ < h1 > This site is under construction</ h1 >
17+ < img src ="static/images/csss-construction-frog.png " alt ="Construction Frog " />
18+ </ main >
19+ </ body >
20+ </ html >
You can’t perform that action at this time.
0 commit comments