-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtogether.html
More file actions
18 lines (16 loc) · 831 Bytes
/
together.html
File metadata and controls
18 lines (16 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang=en>
<head>
<title>爱卡卡</title>
<meta charset=utf-8>
<link rel="apple-touch-icon" sizes="180x180" href="/vue/assets/kaka/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/vue/assets/kaka/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/vue/assets/kaka/favicon-16x16.png">
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<link href=/vue/css/kaka.css rel=stylesheet>
</head>
<body><noscript><strong>We're sorry but codingfishman doesn't work properly without JavaScript enabled. Please enable it
to continue.</strong></noscript>
<div id=app></div>
<script src=/vue/js/chunk-vendors.js> </script> <script src=/vue/js/kaka.js> </script> </body> </html>