Memory Usage
CPU Usage
Disk Usage
Daily Traffic
Play an alert sound everytime there is a new notification.
Sign in using a two step verification by sending a verification code to your phone.
Allowing us to access your location
Enables you to send us news and updates send straight to your email.
A WYSIWYG is one that allows a developer to see what the end result will look like while the interface or document is being created.
Below is an example of a basic inline editing using medium-editor.
Try highlighting some of the text below.
HTML Code
<div class="editable">One morning, when...</div>
Javascript Code
var editor = new MediumEditor('.editable');
A super simple WYSIWYG editor on Bootstrap.
HTML Code
<div id="summernote">Hello, universe!</div>
Javascript Code
$('#summernote').summernote({
height: 150
})