1 Star 1 Fork 0

huaishuiguwu/linux-dash-zh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.06 KB
一键复制 编辑 原始数据 按行查看 历史
NoBey 提交于 2016-10-20 20:44 . 部分汉化
<!DOCTYPE html>
<html lang="en" ng-app="linuxDash">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>linux-dash : Server Monitoring Web Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Monitor your Linux server through a simple web dashboard. Open source and free!">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href='//fonts.googleapis.com/css?family=Merriweather:300italic,300|Open+Sans:400,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/themes.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- Angular Libs -->
<script src="js/angular.min.js" type="text/javascript"></script>
<script src="js/angular-route.js" type="text/javascript"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="hero">
<h4 class="title">Linux Dash</h4>
<small>一个漂亮, 简单的基于web的linux服务器监控面板</small>
<theme-switcher></theme-switcher>
<nav-bar></nav-bar>
</div>
<!-- Templates Get Rendered Here -->
<div
id="plugins"
class="animated fadeInDown"
ng-view>
</div>
<!-- Javascript-->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/linuxDash.js" type="text/javascript"></script>
<script src="js/modules.js" type="text/javascript"></script>
<script src="js/smoothie.min.js" type="text/javascript"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huaishuiguwu/linux-dash-zh.git
git@gitee.com:huaishuiguwu/linux-dash-zh.git
huaishuiguwu
linux-dash-zh
linux-dash-zh
master

搜索帮助