mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
17 lines
702 B
HTML
17 lines
702 B
HTML
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="shortcut icon" href="/static/img/favicon.png">
|
|
<title>清华大学 TUNA 镜像源</title>
|
|
<link rel="stylesheet" href="/static/css/bootstrap.css">
|
|
<link rel="stylesheet" href="/static/css/font-awesome.min.css" >
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
<script src="/static/js/jquery.min.js"></script>
|
|
<script src="/static/js/bootstrap.min.js"></script>
|
|
<script src="/static/js/markup.min.js"></script>
|
|
<script src="/static/js/webfont.js"></script>
|
|
</head>
|