1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-06-27 16:25:54 +00:00

oops, css was missing

This commit is contained in:
Marc Robledo 2017-03-14 20:39:05 +01:00
parent b8def9310a
commit 3580e11153
4 changed files with 7 additions and 5 deletions

View file

@ -7,10 +7,7 @@
<meta name="keywords" content="ips,patcher,html5,rom,patch,hack,translation"/> <meta name="keywords" content="ips,patcher,html5,rom,patch,hack,translation"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<link rel="shortcut icon" href="./ips-patcher.png"/> <link rel="shortcut icon" href="./ips-patcher.png"/>
<link type="text/css" rel="stylesheet" href="../_webapps/webapps.css" media="all"/> <link type="text/css" rel="stylesheet" href="./ips-patcher.css" media="all"/>
<style type="text/css"><!--
h1:before{background-image:url(ips-patcher.png)}
--></style>
<script type="text/javascript" src="./ips-patcher.js"></script> <script type="text/javascript" src="./ips-patcher.js"></script>
</head> </head>
<body> <body>

View file

@ -1,6 +1,7 @@
CACHE MANIFEST CACHE MANIFEST
# last update 2017-02-28 # last update 2017-03-14
# these belong to the CACHE block # these belong to the CACHE block
index.html index.html
ips-patcher.css
ips-patcher.js ips-patcher.js
ips-patcher.png ips-patcher.png

4
ips-patcher.css Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After