mirror of
https://github.com/cmderdev/cmder.git
synced 2025-09-15 18:53:09 +08:00
laaaame
This commit is contained in:
21
index.html
21
index.html
@ -7,10 +7,20 @@
|
|||||||
<meta name="description" content="cmder is software package that provides great console experience even on Windows">
|
<meta name="description" content="cmder is software package that provides great console experience even on Windows">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,300italic,400italic' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" href="css/normalize.min.css">
|
<link rel="stylesheet" href="css/normalize.min.css">
|
||||||
<link rel="stylesheet" href="css/lemonade.css">
|
<link rel="stylesheet" href="css/lemonade.css">
|
||||||
<link rel="stylesheet" href="css/main.css">
|
<link rel="stylesheet" href="css/main.css">
|
||||||
|
|
||||||
|
<script>
|
||||||
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||||
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||||
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||||
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||||
|
|
||||||
|
ga('create', 'UA-35740802-2', 'bliker.github.io');
|
||||||
|
ga('send', 'pageview');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
@ -149,13 +159,4 @@
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
<script>
|
|
||||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
||||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
||||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
||||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
||||||
|
|
||||||
ga('create', 'UA-35740802-2', 'bliker.github.io');
|
|
||||||
ga('send', 'pageview');
|
|
||||||
</script>
|
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user