-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
25 lines (21 loc) · 912 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php session_start(); include '/home/runner/realWebsite/general/datas.php';?>
<html>
<head>
<link rel="stylesheet" href="/general/style.css">
<link rel="icon" href="/images/favicon.png">
<title>Tuga's forum</title>
</head>
<body>
<center>
<hT>Tuga's forum</hT>
<?php include '/home/runner/realWebsite/general/autoLogin.php';?>
<br> <br>
<p>Here are all projects of overworked childrens from my school</p>
<br> <br>
<button type="button" id="projects" onclick="window.location.href='/projects'">Projects</button>
<button type="button" id="authors" onclick="window.location.href='/authors'">Authors</button>
<button type="button" id="scoreboard" onclick="window.location.href='/scoreboard'">Scoreboard</button>
</center>
<h id="rights">Copyright ©2022 All rights reserved | Made by: <a href="https://linktr.ee/tugamer" target="_blank">Tuga</a></h>
</body>
</html>