feat: new logo
This commit is contained in:
parent
c855c1838e
commit
4ac8f5281a
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>IA86 booting</title>
|
||||
<title>IA64 booting</title>
|
||||
<script src="../dist/tuicss.min.js"></script>
|
||||
<link rel="stylesheet" href="../dist/tuicss.min.css">
|
||||
</head>
|
||||
|
@ -33,13 +33,13 @@
|
|||
Detecting Secondaty Slave ....: None
|
||||
</div>
|
||||
<div id="session-5" style="display: none">
|
||||
<br>Stage 1: IA86 bootloader found, Booting...
|
||||
<br>Stage 1: IA64 bootloader found, Booting...
|
||||
</div>
|
||||
<div id="session-6" style="display: none">
|
||||
<br>Stage 2: Loading all libraries...
|
||||
</div>
|
||||
<div id="session-7" style="display: none">
|
||||
<br>Start IA86 GUI !
|
||||
<br>Start IA64 GUI !
|
||||
</div>
|
||||
<div class="tui-statusbar absolute black white-text">
|
||||
<ul>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>IA86 Debugger</title>
|
||||
<title>IA64 Debugger</title>
|
||||
<script src="../dist/tuicss.min.js"></script>
|
||||
<script src="../dist/keystone-x86.min.js"></script>
|
||||
<script src="../dist/keystone.min.js"></script>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
19
splash.html
19
splash.html
|
@ -3,9 +3,9 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>IA86 Debugger</title>
|
||||
<title>IA64 Debugger</title>
|
||||
<script src="../dist/tuicss.min.js"></script>
|
||||
<script src="../dist/jquery-2.2.0.min.js"></script>
|
||||
<script Src="../dist/jquery-2.2.0.min.js"></script>
|
||||
<link rel="stylesheet" href="../dist/tuicss.min.css">
|
||||
</head>
|
||||
<body style="height: 100vh;">
|
||||
|
@ -19,10 +19,6 @@
|
|||
{
|
||||
transform: scale(0.1, 0.1);
|
||||
}
|
||||
50%
|
||||
{
|
||||
transform: scale(1.2, 1.2);
|
||||
}
|
||||
100%
|
||||
{
|
||||
transform: scale(1, 1);
|
||||
|
@ -52,17 +48,12 @@
|
|||
<div class="tui-window full-width tui-no-shadow" style="height:100%">
|
||||
<fieldset class="tui-fieldset" style="height:100%; display: flex; align-items: center; vertical-align: middle; justify-content: center;">
|
||||
<div><pre class="typewriter">
|
||||
█████ █████████ ████████ ████████
|
||||
░░███ ███░░░░░███ ███░░░░███ ███░░░░███
|
||||
░███ ░███ ░███ ░███ ░███ ░███ ░░░
|
||||
░███ ░███████████ ░░████████ ░█████████
|
||||
░███ ░███░░░░░███ ███░░░░███ ░███░░░░███
|
||||
░███ ░███ ░███ ░███ ░███ ░███ ░███
|
||||
█████ █████ █████░░████████ ░░████████
|
||||
░░░░░ ░░░░░ ░░░░░ ░░░░░░░░ ░░░░░░░░
|
||||
<img src="./resources/logo.png"/>
|
||||
THE EVEN MORE PEDAGOGICAL SYSTEM !!
|
||||
</pre>
|
||||
<pre class="zoom">
|
||||
|
||||
|
||||
Episode 1 : learn x86 assembly language.
|
||||
</pre></div>
|
||||
</fieldset>
|
||||
|
|
Loading…
Reference in New Issue