summaryrefslogtreecommitdiff
path: root/public/articals/programminglist
blob: be35ea39d3cb75be7e428bdf39cac353bab5d002 (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
30
31
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Internet index</title>
    <link rel="stylesheet" href="../styles.css">
    <link rel="icon" href="../Images/favi.png" type="image/x-icon">
</head>
<body>
    <header>
        <nav>
            <ul>
                <li><a href="../index.html">Home</a></li>
                <li><a href="../links.html">Links</a></li>
                <li><a href="../projects.html">Projects</a></li>
                <li><a href="../contact.html">Contact</a></li>
            </ul>
        </nav>
    </header>
    <main>
      <h1>Articles about programming</h1>
      <p>Some random articles I have wrote about programming. There is more to come so keep an eye out!</p>
      <section class="posts">
        <ul>
          <li>15-08-2024 - <a href="programming/0HowToAct">How to act with Foss projects</a></li>
        </ul>
    </main>
</body>
</html>