UNPKG

yeditor

Version:

Front-end editor for web page

37 lines (34 loc) 1.71 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Yeditor - Front-end Editor for web page</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" /> <link rel="stylesheet" href="css/Yeditor.min.css" /> <link rel="stylesheet" href="css/style.css" /> </head> <body spellcheck="false"> <section class="screen"> <div class="home"> <!--<button id="try">TRY DEMO<br /><i class="fa fa-arrow-down" aria-hidden="true"></i></button>--> </div> <div class="container"> <div class="col-md-6 col-xs-12 text-center" id="edit-home"> <h1 class="title"><strong>Y</strong>editor</h1> <div class="sub-title">Front-end Editor for web page</div> </div> <div class="col-md-2 col-xs-12 text-center"> <a class="btn" href="demo.html"><i class="fa fa-arrow-circle-down" aria-hidden="true"></i>Demo<br /><span>(Playground)</span></a> </div> <div class="col-md-2 col-xs-12 text-center"> <a class="btn" href="https://github.com/yehuya/Yeditor/"><i class="fa fa-github" aria-hidden="true"></i>Github<br /><span>(User guide - Api)</span></a> </div> <div class="col-md-2 col-xs-12 text-center"> <a class="btn" href="https://github.com/yehuya/Yeditor/archive/master.zip"><i class="fa fa-download" aria-hidden="true"></i>Download<br /><span>(Zip file)</span></a> </div> </div> </section> <script src="js/Yeditor.min.js"></script> <script src="js/main.js"></script> </body> </html>