forked from summernote/summernote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 983 Bytes
/
index.html
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.0, maximum-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" />
<!--<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css" />-->
<link rel="stylesheet" href="../dist/summernote.css">
<link rel="stylesheet" href="../dist/summernote-icon.css">
<title>summernote</title>
</head>
<body>
<div class="container">
<h4> <i class="note-icon-summernote"></i> Summernote
<span class="label label-info">Bootstrap v3.3.5</span>
<span class="label label-success">with Summernote Icons</span>
</h4>
<div class="summernote"><p>Hello World</p></div>
</div>
<script data-main="src/js/app" data-editor-type="bs3" src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.1.9/require.min.js"></script>
</body>
</html>