mirror of
https://github.com/mue/mue.git
synced 2026-07-03 13:13:14 +02:00
39 lines
1.9 KiB
HTML
39 lines
1.9 KiB
HTML
<!--
|
|
█████████████████████████████████████████████████████████████
|
|
██ ██
|
|
██ ███ ███ ██ ██ ███████ ██
|
|
██ ████ ████ ██ ██ ██ ██
|
|
██ ██ ████ ██ ██ ██ █████ ██
|
|
██ ██ ██ ██ ██ ██ ██ ██
|
|
██ ██ ██ ██████ ███████ ██
|
|
██ ██
|
|
██ ██
|
|
██ Copyright 2018-2019 David Ralph (ohlookitsderpy) ██
|
|
██ Licensed under MIT ██
|
|
██ GitHub: https://github.com/ohlookitsderpy/Mue ██
|
|
██ ██
|
|
██ Special thanks to contributors! <3 ██
|
|
█████████████████████████████████████████████████████████████
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
<title>Mue Settings</title>
|
|
|
|
<link href='./assets/css/base.css' rel='stylesheet'>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class='bigText'>Settings</div>
|
|
</body>
|
|
|
|
<script src='./assets/js/base.js'></script>
|
|
|
|
</html> |