-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·114 lines (106 loc) · 4.58 KB
/
Copy pathindex.html
File metadata and controls
executable file
·114 lines (106 loc) · 4.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<html>
<head>
<title>junlingf: Home</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Odomontois" />
<meta name="description" content="Scala various things" />
<meta name="og:image" content="/img/poster.png" />
<meta name="og:title" content="junlingf: Home" />
<meta name="og:site_name" content="junlingf" />
<meta name="og:url" content="junlingf.org" />
<meta name="og:type" content="website" />
<meta name="og:description" content="Scala various things" />
<link rel="icon" type="image/png" href="public/img/favicon.png" />
<meta name="twitter:title" content="junlingf: Home" />
<meta name="twitter:image" content="junlingf.orgimg/poster.png" />
<meta name="twitter:description" content="Scala various things" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/png" sizes="500x500" href="public/img/favicon.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/highlight/styles/default.css" />
<link rel="stylesheet" href="public/css/style.css" />
<link rel="stylesheet" href="public/css/palette.css" />
<link rel="stylesheet" href="public/css/codemirror.css" />
</head>
<body>
<header id="site-header">
<div class="navbar-wrapper">
<div class="container">
<div class="row">
<div class="col-xs-6">
<a href="/" class="brand">
<div class="icon-wrapper"><span>junlingf</span></div>
</a>
</div>
<div class="col-xs-6">
<nav class="text-right">
<ul class="">
<li><a href="https://github.com/junlingf"><i class="fa fa-github"></i><span
class="hidden-xs">GitHub</span></a></li>
<li><a href="/docs"><i class="fa fa-file-text"></i><span
class="hidden-xs">Documentation</span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="jumbotron">
<div class="container">
<h1 class="text-center">Junling's Playground</h1>
<h2></h2>
<p class="text-center"><a href="https://github.com/junlingf" class="btn btn-outline-inverse">View
on GitHub</a></p>
</div>
</div>
<div>
<ul class="horizontalNav">
<li>
<a class="" href="/docs/"></a>
</li>
</ul>
</div>
</header>
<main id="site-main">
<section class="use">
<div class="container">
<div id="content">
<h1 id="junlingf">Web App List</h1>
<a href="apps/bbjielong/index.html">1.商家接龙</a>
</div>
</div>
</section>
<section class="technologies">
<div class="container">
<div class="row"></div>
</div>
</section>
</main>
<footer id="site-footer">
<div class="container">
<div class="row">
<div class="col-xs-6">
<p>this theme is designed and developed by <a href="" target="_blank">Odomontois</a></p>
</div>
</div>
<div class="row">
<div class="col-xs-6">
<p>Website built with <a href="https://47deg.github.io/sbt-microsites/" target="_blank">Sbt-microsites</a> - © 2016 <a href="https://www.47deg.com/" target="_blank">47 Degrees</a></p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="/highlight/highlight.pack.js"></script>
<script>
hljs.configure({
languages: ['scala', 'java', 'bash']
});
hljs.initHighlighting();
</script>
</body>
</html>