html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="100%" viewBox="0 0 300 240"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.10, written by Peter Selinger 2001-2011
</metadata>
<g transform="translate(0.000000,240.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2733 2339 c-104 -54 -255 -119 -380 -163 -57 -20 -153 -60 -215 -88
-62 -27 -128 -57 -146 -64 l-33 -14 26 -23 c28 -24 73 -143 82 -218 5 -41 3
-47 -16 -52 -18 -4 -20 -3 -10 9 6 8 8 14 3 14 -13 -1 -50 -30 -46 -36 2 -3 2
-8 -1 -10 -2 -3 -4 14 -3 37 2 49 -27 115 -55 124 -10 4 -19 11 -19 17 0 5 -7
8 -15 4 -8 -3 -15 -1 -15 4 0 6 -10 6 -26 0 -16 -7 -23 -7 -19 0 4 6 -6 10
-21 10 -15 0 -24 -3 -21 -6 9 -10 -33 -44 -52 -43 -13 1 -13 2 2 6 9 2 17 9
17 14 0 12 -7 11 -32 -2 -11 -6 -18 -7 -15 -2 3 5 58 36 121 68 63 32 113 62
110 66 -6 11 -21 4 -319 -150 -547 -283 -634 -319 -830 -346 -66 -9 -145 -20
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run