File tree 2 files changed +13
-12
lines changed
src/templates/docs/measure
2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=Edge ">
6
4
< title >
7
5
Measure / Typography / Docs / TACHYONS
8
6
</ title >
9
- < meta name ="author " content ="@mrmrs ">
10
- < meta name ="description " content ="Simple CSS ">
11
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
- < link rel ="stylesheet " href ="/css/tachyons.min.css ">
7
+ < meta name ="description " content ="Functional CSS for Humans ">
8
+ < meta charset ="utf-8 ">
9
+ < meta http-equiv ="X-UA-Compatible " content ="IE=Edge ">
10
+ < meta name ="author " content ="@mrmrs ">
11
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
+ < link rel ="stylesheet " href ="/css/tachyons.min.css ">
13
+ < style >
14
+ .blue { color : # 0074D9 ; }
15
+ .bg-blue { background-color : # 0074D9 ; }
16
+ </ style >
17
+
13
18
</ head >
14
19
< body class ="w-100 ">
15
20
< header class ="w-100 pa3 ph5-ns bg-near-white ">
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="utf-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=Edge ">
6
4
< title >
7
5
Measure / Typography / Docs / TACHYONS
8
6
</ title >
9
- < meta name ="author " content ="@mrmrs ">
10
- < meta name ="description " content ="Simple CSS ">
11
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
- < link rel ="stylesheet " href ="/css/tachyons.min.css ">
7
+ < meta name ="description " content ="Functional CSS for Humans ">
8
+ < %= head %>
13
9
</ head >
14
10
< body class ="w-100 ">
15
11
< %= siteHeader %>
You can’t perform that action at this time.
0 commit comments