Code Editor
  • AvatarTúpac Amaru
    Túpac Amaru
    Available
    AccountSettingsLogout
    • Notifications3
      • Avatar
        Jessica Caruso accepted your invitation to join the team.
        2 min ago
      • Avatar
        Joel King is now following you
        2 days ago
      • Avatar
        John Doe is watching your main repository
        2 days ago
      • Avatar
        Emily Carter is now following you5 days ago
      View all notifications
    • GithubGitHub
      BitbucketBitbucket
      SlackSlack
      DribbbleDribbble
      Mail ChimpMail Chimp
      DropboxDropbox
      More
Code Editor
  • Menu
  • Dashboard
  • UI Elements
    • Alerts
    • Buttons
    • NewCards
    • Panels
    • General
    • Modals
    • Notifications
    • Icons
    • Grid
    • Tabs & Accordions
    • Nestable Lists
    • Typography
    • NewDrag & Drop
    • NewSweetalert 2
  • Charts
    • Flot
    • Sparklines
    • Chart.js
    • Morris.js
  • Forms
    • Elements
    • Validation
    • Multiselect
    • Wizard
    • Input Masks
    • WYSIWYG Editor
    • Multi Upload
  • Tables
    • General
    • Data Tables
    • NewTable Filters
  • Pages
    • Blank Page
    • Blank Page Header
    • Login
    • Login v2
    • 404 Page
    • Sign Up
    • Forgot Password
    • Profile
    • Pricing Tables
    • Pricing Tables v2
    • Timeline
    • Timeline v2
    • NewInvoice
    • Calendar
    • Gallery
    • New Code Editor
    • NewBooking
    • NewLoaders
    • NewAJAX Loader
  • Features
  • Email
    • Inbox
    • Email Detail
    • Email Compose
  • Layouts
    • Primary Header
    • Success Header
    • Warning Header
    • Danger Header
    • Search Input
    • Off Canvas Menu
    • NewTop Menu
    • Without Left Sidebar
    • Without Right Sidebar
    • Without Both Sidebars
    • Fixed Left Sidebar
    • NewBoxed Layout
    • Page Aside
    • Collapsible Sidebar
    • NewSub Navigation
    • NewMega Menu
  • Maps
    • Google Maps
    • Vector Maps
  • Menu Levels
    • Level 1
      • Level 2
      • Level 2
        • Level 3
        • Level 3
    • Level 1
      • Level 2
      • Level 2
        • Level 3
        • Level 3
  • Documentation
60%Current Project
Code Editor

Dream code editor

  • index.html
  • style.css
  • script.js
Actions
  • Open File
  • Save File
  • Save As...
New File
  • Chat
  • Todo
  • Settings

Recent

Avatar
Claire SassuCan you share the...
Avatar
Maggie jacksonI confirmed the info.
Avatar
Joel King Ready for the meeti...

Contacts

Avatar
Mike Bolthort
Avatar
Maggie jackson
Avatar
Jhon Voltemar
Avatar

Maggie jackson

Active 1h ago
  • Hello
  • Hi, how are you?
  • Good, I'll need support with my pc
  • Sure, just tell me what is going on with your computer?
  • I don't know it just turns off suddenly
Today
Tomorrow
General
  • Available
  • Enable notifications
  • Login with Facebook
Notifications
  • Email notifications
  • Project updates
  • New comments
  • Chat messages
Workflow
  • Deploy on commit
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="icon" href="../../favicon.ico"> <!-- Bootstrap core CSS --> <link href="../../dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="starter-template.css" rel="stylesheet"> </head> <body> <nav class="navbar navbar-toggleable-md navbar-inverse bg-inverse fixed-top"> <a class="navbar-brand" href="#">Navbar</a> </nav> <div class="container"> ...Example content... </div><!-- /.container --> <!-- Bootstrap core JavaScript================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\\/script>')</script> <script src="../../dist/js/bootstrap.min.js"></script> </body> </html>