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
<!DOCTYPE html> | |
<!--Append this to the url: ?width=600--> | |
<html> | |
<meta charset="UTF-8"> | |
<head> | |
<title>Planet Search 2 v0.8.9 (2-worlds)</title> | |
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/prolightHub/PlanetSearch2/images/favicon.png" type="image/x-icon" /> | |
<style> | |
canvas { |
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
<!DOCTYPE html> | |
<!--Append this to the url: ?width=600--> | |
<html> | |
<meta charset="UTF-8"> | |
<head> | |
<title>Planet Search 2 v0.8.9 (2-worlds)</title> | |
<link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/prolightHub/PlanetSearch2/images/favicon.png" type="image/x-icon" /> | |
<style> | |
canvas { |
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
body { | |
background-color: rgb(0, 0, 0); | |
} |