forked from i12bretro/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
0011.html
29 lines (28 loc) · 1.27 KB
/
0011.html
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>OUYA Boot Animation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="OUYA,Boot Animation,BIOS,Ouya Console,Micro Console,Startup Animation,Power On Loading Animation,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="OUYA Boot Animation">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="03/24/2022 09:17:41 PM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>OUYA Boot Animation</h1>
</div>
<div></div>
<div id="content">
</div>
</div>
</body>
</html>