-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhead.html
More file actions
42 lines (41 loc) · 904 Bytes
/
head.html
File metadata and controls
42 lines (41 loc) · 904 Bytes
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SWFS simulation</title>
<style media="screen">
.highlight {
color: red;
background-color: grey;
}
.selected-buffer {
color: green;
}
table, td, th {
border: 1px solid black;
}
td, th {
padding-left: 3px;
padding-right: 3px;
padding-top: 6px;
padding-bottom: 6px;
}
table {
border-collapse: collapse;
margin-top: 10px;
margin-bottom: 10px;
}
body {
width: 90%;
margin: auto;
}
.updated-machine {
color: green;
}
.occurring-event {
color: red;
}
</style>
</head>
<body>