and so it begins
This commit is contained in:
16
www/index.html
Normal file
16
www/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!--<title>Sample - CKEditor</title>-->
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
|
||||
<script data-main="main" src="bower/requirejs/require.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<form action="#" method="post">
|
||||
<textarea cols="80" id="editor1" name="editor1" rows="10">
|
||||
Loading... (or maybe you have Javascript disabled?)
|
||||
</textarea>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user