Added webdev, licenses, and c templates

This commit is contained in:
2026-04-06 14:00:52 -05:00
parent 8c70bbd9f3
commit 8346b2cc57
7 changed files with 322 additions and 0 deletions

18
web-dev/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- FIX <link rel="stylesheet" href="https://icofonts.com/icofonts.css"> FIX -->
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body class="theme">
<h1>Hello World! <span class="icon-earth"></span></h1>
<script src="app.js"></script>
</body>
</html>