-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
274,837 additions
and
274,866 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head> | ||
<style>#line {stroke: #000000;stroke-width: 1;}#back{background-color:#ffffff;}#theme{position:fixed;top:5%;left:90%;height:30px;width:100px;font-size:1em;background-color:#000000;}</style> | ||
<body id="back"> | ||
<div id="line"> | ||
<svg height="0" width="1500" xmlns="http://www.w3.org/2000/svg"> | ||
|
||
|
||
</svg> | ||
</div><button id="theme"></button> | ||
</body> | ||
<script>document.getElementById("theme").onclick = function () {if(window.getComputedStyle(document.getElementById("line"), null).getPropertyValue("stroke") == "rgb(255, 255, 255)"){document.getElementById("line").style.stroke = "#000000";document.getElementById("back").style.backgroundColor = "white";document.getElementById("theme").style.backgroundColor = "black";}else{document.getElementById("line").style.stroke = "#ffffff";document.getElementById("back").style.backgroundColor = "black";document.getElementById("theme").style.backgroundColor = "white";}};</script> | ||
</html> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head> | ||
<style>#line {stroke: #000000;stroke-width: 1;}#back{background-color:#ffffff;}#theme{position:fixed;top:5%;left:90%;height:30px;width:100px;font-size:1em;background-color:#000000;}</style> | ||
<body id="back"> | ||
<div id="line"> | ||
<svg height="49" width="1500" xmlns="http://www.w3.org/2000/svg"> | ||
|
||
<line x1="0" y1="49" x2="85" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="0" y1="49" x2="85" y2="0"/> | ||
|
||
</svg> | ||
</div><button id="theme"></button> | ||
</body> | ||
<script>document.getElementById("theme").onclick = function () {if(window.getComputedStyle(document.getElementById("line"), null).getPropertyValue("stroke") == "rgb(255, 255, 255)"){document.getElementById("line").style.stroke = "#000000";document.getElementById("back").style.backgroundColor = "white";document.getElementById("theme").style.backgroundColor = "black";}else{document.getElementById("line").style.stroke = "#ffffff";document.getElementById("back").style.backgroundColor = "black";document.getElementById("theme").style.backgroundColor = "white";}};</script> | ||
</html> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head> | ||
<style>#line {stroke: #000000;stroke-width: 1;}#back{background-color:#ffffff;}#theme{position:fixed;top:5%;left:90%;height:30px;width:100px;font-size:1em;background-color:#000000;}</style> | ||
<body id="back"> | ||
<div id="line"> | ||
<svg height="49" width="1500" xmlns="http://www.w3.org/2000/svg"> | ||
|
||
<line x1="85" y1="0" x2="169" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="0" x2="0" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="0" x2="169" y2="49"/> | ||
<line x1="85" y1="0" x2="0" y2="49"/> | ||
|
||
</svg> | ||
</div><button id="theme"></button> | ||
</body> | ||
<script>document.getElementById("theme").onclick = function () {if(window.getComputedStyle(document.getElementById("line"), null).getPropertyValue("stroke") == "rgb(255, 255, 255)"){document.getElementById("line").style.stroke = "#000000";document.getElementById("back").style.backgroundColor = "white";document.getElementById("theme").style.backgroundColor = "black";}else{document.getElementById("line").style.stroke = "#ffffff";document.getElementById("back").style.backgroundColor = "black";document.getElementById("theme").style.backgroundColor = "white";}};</script> | ||
</html> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head> | ||
<style>#line {stroke: #000000;stroke-width: 1;}#back{background-color:#ffffff;}#theme{position:fixed;top:5%;left:90%;height:30px;width:100px;font-size:1em;background-color:#000000;}</style> | ||
<body id="back"> | ||
<div id="line"> | ||
<svg height="132" width="1500" xmlns="http://www.w3.org/2000/svg"> | ||
|
||
<line x1="85" y1="83" x2="169" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="0" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="133" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="169" y2="132"/> | ||
<line x1="85" y1="83" x2="0" y2="132"/> | ||
<line x1="85" y1="83" x2="133" y2="0"/> | ||
|
||
<line x1="279" y1="0" x2="363" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="363" y1="49" x2="447" y2="1" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="279" y1="0" x2="194" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="279" y1="0" x2="363" y2="49"/> | ||
<line x1="363" y1="49" x2="447" y2="1"/> | ||
<line x1="279" y1="0" x2="194" y2="49"/> | ||
|
||
</svg> | ||
</div><button id="theme"></button> | ||
</body> | ||
<script>document.getElementById("theme").onclick = function () {if(window.getComputedStyle(document.getElementById("line"), null).getPropertyValue("stroke") == "rgb(255, 255, 255)"){document.getElementById("line").style.stroke = "#000000";document.getElementById("back").style.backgroundColor = "white";document.getElementById("theme").style.backgroundColor = "black";}else{document.getElementById("line").style.stroke = "#ffffff";document.getElementById("back").style.backgroundColor = "black";document.getElementById("theme").style.backgroundColor = "white";}};</script> | ||
</html> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head> | ||
<style>#line {stroke: #000000;stroke-width: 1;}#back{background-color:#ffffff;}#theme{position:fixed;top:5%;left:90%;height:30px;width:100px;font-size:1em;background-color:#000000;}</style> | ||
<body id="back"> | ||
<div id="line"> | ||
<svg height="166" width="1500" xmlns="http://www.w3.org/2000/svg"> | ||
|
||
<line x1="85" y1="83" x2="169" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="0" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="133" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="132" y2="166" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="169" y2="132"/> | ||
<line x1="85" y1="83" x2="0" y2="132"/> | ||
<line x1="85" y1="83" x2="133" y2="0"/> | ||
<line x1="85" y1="83" x2="132" y2="166"/> | ||
|
||
<line x1="279" y1="83" x2="363" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="363" y1="132" x2="447" y2="84" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="279" y1="83" x2="194" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="279" y1="83" x2="327" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="279" y1="83" x2="363" y2="132"/> | ||
<line x1="363" y1="132" x2="447" y2="84"/> | ||
<line x1="279" y1="83" x2="194" y2="132"/> | ||
<line x1="279" y1="83" x2="327" y2="0"/> | ||
|
||
<line x1="641" y1="49" x2="725" y2="1" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="725" y1="1" x2="807" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="641" y1="49" x2="557" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="557" y1="0" x2="472" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="641" y1="49" x2="725" y2="1"/> | ||
<line x1="725" y1="1" x2="807" y2="49"/> | ||
<line x1="641" y1="49" x2="557" y2="0"/> | ||
<line x1="557" y1="0" x2="472" y2="49"/> | ||
|
||
</svg> | ||
</div><button id="theme"></button> | ||
</body> | ||
<script>document.getElementById("theme").onclick = function () {if(window.getComputedStyle(document.getElementById("line"), null).getPropertyValue("stroke") == "rgb(255, 255, 255)"){document.getElementById("line").style.stroke = "#000000";document.getElementById("back").style.backgroundColor = "white";document.getElementById("theme").style.backgroundColor = "black";}else{document.getElementById("line").style.stroke = "#ffffff";document.getElementById("back").style.backgroundColor = "black";document.getElementById("theme").style.backgroundColor = "white";}};</script> | ||
</html> | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title></head> | ||
<style>#line {stroke: #000000;stroke-width: 1;}#back{background-color:#ffffff;}#theme{position:fixed;top:5%;left:90%;height:30px;width:100px;font-size:1em;background-color:#000000;}</style> | ||
<body id="back"> | ||
<div id="line"> | ||
<svg height="288" width="1500" xmlns="http://www.w3.org/2000/svg"> | ||
|
||
<line x1="85" y1="83" x2="169" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="169" y1="132" x2="253" y2="84" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="0" y2="132" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="133" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="132" y2="165" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="83" x2="169" y2="132"/> | ||
<line x1="169" y1="132" x2="253" y2="84"/> | ||
<line x1="85" y1="83" x2="0" y2="132"/> | ||
<line x1="85" y1="83" x2="133" y2="0"/> | ||
<line x1="85" y1="83" x2="132" y2="165"/> | ||
|
||
<line x1="363" y1="82" x2="447" y2="131" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="447" y1="131" x2="531" y2="83" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="447" y1="131" x2="494" y2="214" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="363" y1="82" x2="278" y2="131" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="363" y1="82" x2="410" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="363" y1="82" x2="447" y2="131"/> | ||
<line x1="447" y1="131" x2="531" y2="83"/> | ||
<line x1="447" y1="131" x2="494" y2="214"/> | ||
<line x1="363" y1="82" x2="278" y2="131"/> | ||
<line x1="363" y1="82" x2="410" y2="0"/> | ||
|
||
<line x1="725" y1="49" x2="809" y2="1" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="809" y1="1" x2="891" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="725" y1="49" x2="641" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="641" y1="0" x2="556" y2="49" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="725" y1="49" x2="772" y2="131" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="725" y1="49" x2="809" y2="1"/> | ||
<line x1="809" y1="1" x2="891" y2="49"/> | ||
<line x1="725" y1="49" x2="641" y2="0"/> | ||
<line x1="641" y1="0" x2="556" y2="49"/> | ||
<line x1="725" y1="49" x2="772" y2="131"/> | ||
|
||
<line x1="1001" y1="82" x2="1085" y2="131" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="1085" y1="131" x2="1169" y2="83" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="1169" y1="83" x2="1251" y2="131" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="1001" y1="82" x2="916" y2="131" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="1001" y1="82" x2="1048" y2="0" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="1001" y1="82" x2="1085" y2="131"/> | ||
<line x1="1085" y1="131" x2="1169" y2="83"/> | ||
<line x1="1169" y1="83" x2="1251" y2="131"/> | ||
<line x1="1001" y1="82" x2="916" y2="131"/> | ||
<line x1="1001" y1="82" x2="1048" y2="0"/> | ||
|
||
<line x1="169" y1="288" x2="253" y2="240" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="253" y1="240" x2="335" y2="288" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="335" y1="288" x2="417" y2="241" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="169" y1="288" x2="85" y2="239" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="85" y1="239" x2="0" y2="288" style="stroke:rgb(0,0,0); stroke-width:1" /> | ||
<line x1="169" y1="288" x2="253" y2="240"/> | ||
<line x1="253" y1="240" x2="335" y2="288"/> | ||
<line x1="335" y1="288" x2="417" y2="241"/> | ||
<line x1="169" y1="288" x2="85" y2="239"/> | ||
<line x1="85" y1="239" x2="0" y2="288"/> | ||
|
||
</svg> | ||
</div><button id="theme"></button> | ||
</body> | ||
<script>document.getElementById("theme").onclick = function () {if(window.getComputedStyle(document.getElementById("line"), null).getPropertyValue("stroke") == "rgb(255, 255, 255)"){document.getElementById("line").style.stroke = "#000000";document.getElementById("back").style.backgroundColor = "white";document.getElementById("theme").style.backgroundColor = "black";}else{document.getElementById("line").style.stroke = "#ffffff";document.getElementById("back").style.backgroundColor = "black";document.getElementById("theme").style.backgroundColor = "white";}};</script> | ||
</html> | ||
|
Oops, something went wrong.