-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDeSmuME.html
More file actions
34 lines (34 loc) · 761 Bytes
/
DeSmuME.html
File metadata and controls
34 lines (34 loc) · 761 Bytes
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
34
<html>
<head>
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(#87CEEB, #FFE0B2);
background-repeat: no-repeat;
background-color: #FFE0B2;
background-size: 100% 1000px;
margin: auto;
max-width: 700px;
padding: 10px 10px;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
font-size: 16px;
}
div.div1 {
text-align: center;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Masterjun | DeSmuME</title>
</head>
<body>
<a href=".">< Back</a><br>
<div class="div1">
<h1>It's DeSmuME</h1>
<h2 id="wrong"></h2>
</div>
<script src="DeSmuME.js"></script>
</body>
</html>