-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmonoapp.txt
33 lines (31 loc) · 812 Bytes
/
monoapp.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>monomanual</title>
<style>
body {
background-color: black;
color: white;
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
h1 {
text-align: center;
margin-bottom: 30px;
}
p {
margin-bottom: 20px;
line-height: 1.5;
}
</style>
</head>
<body>
<h1>monomanual</h1>
<p>welcome to monomanual, the first app for mono.</p>
<p>This is basically just a proof of concept</p>
<p>Feel free to customize this website further to match your preferences and needs.</p>
</body>
</html>