forked from iamdustan/reworkcss_ast_explorer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (21 loc) · 789 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>BEM Validator</title>
<meta name="description" content="An online BEM Validator.">
<link rel="stylesheet" href="css/codemirror.css">
<link rel="stylesheet" href="css/foldgutter.css">
<link rel="stylesheet" href="css/highlight.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/lint.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div id="contribution">
<a href="https://github.com/torleif/bem_validator">GitHub</a>
</div>
<div id="container"></div>
<script src="//cdnjs.cloudflare.com/ajax/libs/parse/1.9.2/parse.min.js"></script>
<script src="app.js"></script>
</body>
</html>