Basic manual structure created.

This commit is contained in:
Joshua Ashton
2024-06-25 19:19:06 -06:00
parent 826884d22e
commit b2aa49819e
8 changed files with 58 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>SLC Public Library - Raspberry Pi Guide</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<h1>SLC Public Library - Raspberry Pi Guide</h1>
<p>Welcome to the Raspberry Pi Guide! This guide will help you get started with your Raspberry Pi and learn how to use it.</p>
<p class="code">Code example</p>
</body>
</html>