Created
August 15, 2018 21:30
-
-
Save turkeyphant/1c2468eccef6a35cc1ddf3ae15376af8 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<table> | |
<tbody> | |
<tr class="tblheader"> | |
<th>a</th> | |
<th>b</th> | |
<th>c</th> | |
</tr> | |
<tr> | |
<td> | |
<div> | |
9/5 | |
</div> | |
</td> | |
<td> | |
<div> | |
6/5 | |
</div> | |
</td> | |
<td> | |
<div> | |
6/8 | |
</div> | |
</td> | |
</tr> | |
<tr> | |
<td> | |
<div> | |
7/8 | |
</div> | |
</td> | |
<td> | |
<div> | |
2/3 | |
</div> | |
</td> | |
<td> | |
<div> | |
7/8 | |
</div> | |
</td> | |
</tr> | |
<tr> | |
<td> | |
<div> | |
5/4 | |
</div> | |
</td> | |
<td> | |
<div> | |
6/5 | |
</div> | |
</td> | |
<td> | |
<div> | |
2/3 | |
</div> | |
</td> | |
</tr> | |
<tr> | |
<td> | |
<div> | |
6/4 | |
</div> | |
</td> | |
<td> | |
<div> | |
5/2 | |
</div> | |
</td> | |
<td> | |
<div> | |
2/6 | |
</div> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment