-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstart.html
More file actions
27 lines (25 loc) · 1.27 KB
/
Copy pathstart.html
File metadata and controls
27 lines (25 loc) · 1.27 KB
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
<html><style>body { overflow:hidden;}
h1 { font-family: Arial, sans-serif; font-size: 24px; color: #44a; }
p { margin:0; padding:0; }
br { margin:0; padding:0; }
.line {
white-space: nowrap;
height:16px;
}
.line>span {
display:inline-block; background-color:#eef; height:100%;
margin: 0 5px 0 0; padding-right: 5px; color:#999;
}
comment {color: #080;} module {color: #804;}
quote {color: #008;} comment>quote {color: #080;}
.listing { margin: 10px; border: 1px solid #ccc;
font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
font-size: 14px;
overflow:scroll;
height:90%;
}
code { padding: 5px 0;}</style></html><body>
<h1>start.ts</h1>
<div class='listing'><code><p id=1 class="line"><span> 1</span>import { cfg } from <quote>'./layout.x'</quote>;</p>
<p id=2 class="line"><span> 2</span>if (cfg) {}</p></code></div>
</body>