forked from unbug/codelf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.22 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>CODELF</title>
<meta name="description" content="Best GitHub stars, repositories tagger and organizer. Search over projects from Github, Bitbucket, Google Code, Codeplex, Sourceforge, Fedora Project, GitLab to find real-world usage variable names." />
<meta name="keywords" content="Codelf,变量命名,函数命名,方法命名,变量命名神器,GitHub 分组,Organize GitHub stars,naming things,naming convention,programming naming">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="shortcut icon" href="images/codelf_logo.png" >
<link rel="apple-touch-icon" sizes="144x144" href="images/codelf_logo.png">
<link rel="apple-touch-icon-precomposed" href="images/codelf_logo.png">
<link title="CODELF" type="application/opensearchdescription+xml" rel="search" href="./opensearch.xml">
<link type="text/css" rel="stylesheet" href="./css/lib.css">
<link type="text/css" rel="stylesheet" href="./css/app.css">
<script src="js/lib.js"></script>
</head>
<body ontouchstart>
<div class="app"></div>
<script src="./js/app.js"></script>
</body>
</html>