1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-27 09:38:28 +08:00
volcanos/page/share.html
2020-12-29 11:05:56 +08:00

17 lines
537 B
HTML

<!DOCTYPE html>
<head>
<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="/index.css">
<link rel="stylesheet" type="text/css" href="share.css">
<link rel="stylesheet" type="text/css" href="print.css" media="print"/>
</head>
<body>
<script src="/proto.js"></script>
<script src="share.js"></script>
</body>