mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-03-13 05:51:46 +00:00
add multi-template support
This commit is contained in:
parent
d2fd2f114f
commit
eea9862dc0
@ -4,14 +4,14 @@
|
||||
<meta charset="UTF-8" />
|
||||
<title><?php echo $metaTitle ?></title>
|
||||
<meta name="description" content="Twisterarmy Cloud is the open source web interface to interact twister network without node installation." />
|
||||
<link rel="stylesheet" type="text/css" href="css/font.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/bi.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/common.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/mobile.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/app.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/module/menu.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/module/post.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/module/feed.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/font.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/bi.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/common.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/mobile.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/app.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/module/menu.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/module/post.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/template/default/module/feed.css" />
|
||||
<script src="js/jquery.js"></script>
|
||||
<script src="js/module/menu.js"></script>
|
||||
<script src="js/module/post.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user