Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jehovahsays authored Apr 23, 2024
1 parent 91f2a2f commit bad52e1
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 8 deletions.
4 changes: 3 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-----------------<br>
-------localhost------<br>
About compression<br>
<br>
Prerequisites:<br>
-----------------<br>
I built this website<br>
Expand Down
66 changes: 66 additions & 0 deletions compression.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/* Fix user-agent */

* {
box-sizing: border-box;
}
html {
font-weight: 300;
-webkit-font-smoothing: antialiased;
width: 100%;
}

.page {
height: 100%;
width: 100%;
position: absolute;
width: 100%;

}
/* Login Page */
.login.page {
background-color: black;
width: 100%;
height: 263px;

}
.login.page .form {
height: 200px;
margin-top: -110px;
position: absolute;
text-align: left;
top: 45%;
width: 100%;

}
.login.page .form .usernameInput {
background-color: black;
border: none;
border-bottom: none;
outline: none;
padding-bottom: 0px;
text-align: left;
width: 75%;
}

.login.page .title, .login.page .usernameInput {
color: green;
font-weight: 100;
width: 50%;


}


input,
input::-webkit-input-placeholder {
font-size: 15px;
color: green;
background-color: black;
outline-color: black;
line-height: 3;



}


2 changes: 2 additions & 0 deletions compression.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions compression.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
log of compression
✍️ do not delete compression.html
username+compression
IP: 127.0.0.1

IP: 127.0.0.1

22 changes: 22 additions & 0 deletions compression.tail.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

body{
background-color: black;
color: white;
font-family: 'Ubuntu', sans-serif;
font-size: 16px;
line-height: 20px;
}
h4{
font-size: 18px;
line-height: 22px;
color: #353535;
}
#log {
position: relative;
top: -34px;
}
#scrollLock{
width:2px;
height: 2px;
overflow:visible;
}
15 changes: 8 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,26 @@
<meta itemprop="name" content="root@localhost"/>
<meta itemprop="description" content="root@localhost"/>
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
<link rel="stylesheet" href="./main.css"></link>
<link rel="stylesheet" href="./compression.css"></link>
<title>chat</title>
</head>
<body bgcolor="black">
<body bgcolor="gray">
<p style="color:green">
<script src="./main.js" type="text/javascript"></script>
<a href="./about.html">About</a>
<script src="./compression.js" type="text/javascript"></script>
<a href="./about.html">About compression</a>
<br>
<br>
<a href="./sitemap.php">Sitemap</a>
<a href="./sitemapofcompression.php">Sitemap of compression</a>
<br>
<br>
<a href="./pagescreated.html">pages created</a>
<a href="./compression/compression.html">compression pages created</a>
<br>
<div class="form">
<iframe frameborder="0" height="175" src="./tail.php" width="300"></iframe>
<iframe frameborder="0" height="175" src="./compression.tail.php" width="300"></br>tail of compression<br></iframe>
</br>
<form action="./index.php?action=post" method="post">
<input type="text" name="username" class="usernameInput" style="height: 50px;" style="text-align:left;" type="text" maxlength="14" autocomplete="false" placeholder="type in chat" />
<br>form of compression<br>
</form>
</div>
</body>
Expand Down

0 comments on commit bad52e1

Please sign in to comment.