mirror of
https://github.com/ION606/rpi-utils.git
synced 2026-05-14 21:06:54 +00:00
26 lines
1.0 KiB
HTML
26 lines
1.0 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<link rel="stylesheet" type="text/css" href="/main.css" defer>
|
||
|
|
<link rel="stylesheet" type="text/css" href="/navbar.css" defer>
|
||
|
|
|
||
|
|
<title>RPI Utils Website</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="topnav">
|
||
|
|
<a class="active" href="/">Home</a>
|
||
|
|
<a href="calendar">Calendar</a>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div style="text-align: center;">
|
||
|
|
<h1>Welcome to RPI Utils!</h1>
|
||
|
|
<h2>The place with the tools to withstand RPI's terrible online presence!</h2>
|
||
|
|
|
||
|
|
<br style="margin-top: 30px;">
|
||
|
|
<script type="text/javascript" src="https://cdnjs.buymeacoffee.com/1.0.0/button.prod.min.js" data-name="bmc-button" data-slug="ion606" data-color="#FFDD00" data-emoji="" data-font="Cookie" data-text="Buy me a coffee" data-outline-color="#000000" data-font-color="#000000" data-coffee-color="#ffffff"></script>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|