mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-16 08:55:31 +01:00
Re-add caching & hide button
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="cache-control" content="max-age=604800, stale-while-revalidate=604800">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>Monster Hunter Frontier Z Launcher</title>
|
<title>Monster Hunter Frontier Z Launcher</title>
|
||||||
<link rel="stylesheet" href="css/main.css">
|
<link rel="stylesheet" href="css/main.css">
|
||||||
@@ -55,7 +56,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="unselectable" id="button_config" onclick="soundOk();window.external.openMhlConfig()" onmouseover="soundSel()"></div>
|
<div class="unselectable" id="button_config" onclick="soundOk();window.external.openMhlConfig()" onmouseover="soundSel()"></div>
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
<div class="link" onclick="window.external.openBrowser('https://github.com/sekaiwish/Erupe')"><img src="img/icons/github.png"></div>
|
<!--
|
||||||
|
Example button
|
||||||
|
<div class="link" onclick="window.external.openBrowser('https://github.com/sekaiwish/Erupe')"><img src="img/icons/github.png"></div>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
<div class="unselectable" id="dev">
|
<div class="unselectable" id="dev">
|
||||||
<form action="javascript:void(0);">
|
<form action="javascript:void(0);">
|
||||||
|
|||||||
Reference in New Issue
Block a user