22 lines
730 B
HTML
22 lines
730 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<title>Porter Robinson Archive</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@500&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div class="header">
|
|
<h2>Porter Robinson.xyz Services</h2>
|
|
</div>
|
|
<button class="button" id="button1">Gitea</button>
|
|
<button class="button" id="button2">Web Player</button>
|
|
</div>
|
|
<div class="background"></div>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|