Build web page.
This commit is contained in:
parent
bb248dc817
commit
2aa418515f
12
index.html
12
index.html
@ -10,11 +10,21 @@ h1 {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
max-width: 100%
|
||||||
|
}
|
||||||
|
@media (min-width: 1120px) {
|
||||||
|
img {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="icon" href="src/General/img/icon.gif">
|
<link rel="icon" href="src/General/img/icon.gif">
|
||||||
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ohnjgmpcibpbafdlkimncjhflgedgpam">
|
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ohnjgmpcibpbafdlkimncjhflgedgpam">
|
||||||
</head><body>
|
</head><body>
|
||||||
<h1 id="4chan-x">4chan X</h1>
|
<h1 id="4chan-x">4chan X</h1><img src="img/screenshot.png">
|
||||||
<p>Adds various features to 4chan.
|
<p>Adds various features to 4chan.
|
||||||
A continuation of the fork formerly maintained by <a href="https://github.com/seaweedchan/4chan-x">Seaweed</a> and subsequently <a href="https://github.com/Spittie/4chan-x">Spittie</a>.</p>
|
A continuation of the fork formerly maintained by <a href="https://github.com/seaweedchan/4chan-x">Seaweed</a> and subsequently <a href="https://github.com/Spittie/4chan-x">Spittie</a>.</p>
|
||||||
<p>If you're looking for a maintained fork of OneeChan, try
|
<p>If you're looking for a maintained fork of OneeChan, try
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user