14 lines
444 B
HTML
14 lines
444 B
HTML
<!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> |