You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
709 B
26 lines
709 B
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Raspberry Pi</title> |
|
<script type="module" src="raspberrypi.js" defer></script> |
|
<link href="/styles/styles.css" rel="stylesheet"> |
|
<link href="/raspberrypi/styles/grid.css" rel="stylesheet"> |
|
<link href="/raspberrypi/styles/raspberrypi.css" rel="stylesheet"> |
|
</head> |
|
|
|
<body> |
|
<div class="landing main"> |
|
<div class="heading">My Learning Website</div> |
|
<div class="signature">Philip Osztromok</div> |
|
<div class="pi"> |
|
<h1>ラズベリー パイ</h1> |
|
<h2>Raspberry Pi</h2> |
|
</div> |
|
<nav></nav> |
|
</div> |
|
|
|
|
|
|
|
</body> |
|
</html>
|
|
|