Loading...


Replace All

         

Reformat Selection

No Selected text to format



 
 


Auto backups allow undoing until you close this tab/browser

       
{{#links}} {{^H}}

Oops! You must publish your demo to share it

You can do that by clicking the publish button:

{{/H}} {{#H}} {{#COUNT}}

{{COUNT}}{{^COUNT}}0{{/COUNT}} {{comments}} {{revs.length}} {{revs.0.text|.slice(0,22)}}

{{/COUNT}}

Links

default view is the latest copy
{{#revs.length}}revision view is this specific revision
{{/revs.length}} output view loads a physical whole-page copy (no editor)
export view lets you fetch the page from your site or server
activity log provides analytics and change-log data

Embed Code

Social Sharing


{{/H}} {{/links}}

View         



   



This Device's Setup

Local Device

Multi Device


Preview Options

  WYSIWYG

x
 
1
<!doctype html>
2
<html>
3
<head>
4
    <meta charset="UTF-8">
5
    <title>Demo</title>
6
<style>
7
8
    body { font: 20px arial; }
9
10
</style>
11
</head><body>
12
13
  <h1>Demo</h1>
14
15
<main>
16
17
  <a href=/readme/ target=_blank>readme</a>
18
19
</main>
20
<script>
21
22
setTimeout(function(){
23
    console.log("loaded in ", performance.timing.loadEventStart - performance.timing.fetchStart);
24
}, 100 );
25
26
27
</script>
28
</body>
29
</html>
[1, 12] / [0,0]