-
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
7 changed files
with
298 additions
and
80 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
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,12 +1,93 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>New Tab</title> | ||
</head> | ||
<body> | ||
<p style="color:red; font-size: 100px;">pica</p> | ||
</body> | ||
</html> | ||
<style> | ||
body { | ||
background-color: black; | ||
color: yellowgreen; | ||
} | ||
|
||
input { | ||
border: 1px solid yellowgreen; | ||
background-color: black; | ||
font-family: 'Fira Code', monospace; | ||
font-size: large; | ||
width: 40vw; | ||
height: 30px; | ||
color: yellowgreen | ||
} | ||
|
||
input:focus{ | ||
outline: none; | ||
} | ||
|
||
h1{ | ||
font-family: 'Fira Code', monospace; | ||
} | ||
|
||
|
||
pre{ | ||
margin-right: 10%; | ||
color: rgb(113, 151, 36); | ||
position: absolute; | ||
top: 45%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
} | ||
|
||
.rightdiv{ | ||
position: absolute; | ||
top: 45%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<pre> | ||
.eeeeeeeee | ||
.$$$$$$$$P" | ||
.$$$$$$$$P | ||
z$$$$$$$$P | ||
z$$$$$$$$" | ||
z$$$$$$$$" | ||
d$$$$$$$$" | ||
d$$$$$$$$" | ||
.d$$$$$$$P | ||
.$$$$$$$$P | ||
.$$$$$$$$$......... | ||
.$$$$$$$$$$$$$$$$$$" | ||
z$$$$$$$$$$$$$$$$$P" | ||
-**********$$$$$$$P | ||
d$$$$$$" | ||
.d$$$$$$" | ||
.$$$$$$P" | ||
z$$$$$$P | ||
d$$$$$$" | ||
.d$$$$$$" | ||
.$$$$$$$" | ||
z$$$$$$$beeeeee | ||
d$$$$$$$$$$$$$* | ||
^""""""""$$$$$" | ||
d$$$* | ||
d$$$" | ||
d$$* | ||
d$P" | ||
.$$" | ||
.$P" | ||
.$" | ||
.P" | ||
." | ||
/" | ||
</pre> | ||
<div class="rightdiv"> | ||
<h1>Joule Browser</h1> | ||
<input type="text" id="mainSearch"/> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.