mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
21 lines
808 B
HTML
21 lines
808 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<link rel="apple-touch-icon-precomposed" href="/publish/app.png"/>
|
|
<link rel="apple-touch-startup-image" href="/publish/splash.png"/>
|
|
<meta name="apple-mobile-web-app-capable" content="yes"/>
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=0.8,user-scalable=no">
|
|
<meta charset="utf-8">
|
|
<title>volcanos</title>
|
|
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
|
|
<link rel="stylesheet" type="text/css" href="/page/cache.css">
|
|
<link rel="stylesheet" type="text/css" href="/page/index.css">
|
|
</head>
|
|
<body>
|
|
<script src="/proto.js"></script>
|
|
<script src="/page/cache.js"></script>
|
|
<script src="/page/index.js"></script>
|
|
</body>
|
|
|