View sourcecode

The following files exists in this folder. Click to view.

index.php

21 lines ASCII Unix (LF)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PHiNTERNET</title>
    <link rel="stylesheet" href="/spectre/spectre-master/dist/spectre.css">
    <script src="https://kit.fontawesome.com/0b0c9a8dc7.js" crossorigin="anonymous"></script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&family=Special+Gothic:wght@400..700&display=swap" rel="stylesheet">
</head>
<body style="text-align: center;">
    <br>
    <h1 style="font-family: 'Special Gothic Expanded One', Helvetica;">PHiNTERNET</h1>
    <br><br>
    <a href="login.php" class="btn btn-primary">Log In</a>
    <br><br>
    <a href="signup.php" class="btn">Sign Up</a>
</body>
</html>