summaryrefslogtreecommitdiff
path: root/templates/page/recourses.html
blob: 992e44e03b23a69be8741ebfd3222f6061a117c7 (plain)
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
26
27
28
29
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Resources</title>
    <link rel="stylesheet" href="../static/styles.css">
    <script src="../static/main.mjs" defer></script>
</head>

<body>
    <nav class="navigation">
        <a href="../index.html" class="home">HOME</a>
        <h2>Resources</h2>
        <a href="https://www.github.com/nasrlol" target="_blank">GITHUB</a>
    </nav>

    <section class="content">
        <h1>Resources</h1>
    </section>

    <footer>
        <p>Created by <a href="https://www.github.com/nasrlol" target="_blank">nsrddyn</a>. All rights reserved &copy;
            2024.</p>
    </footer>
</body>

</html>