<h2>Cool sites</h2>
<ul id="cool-sites">
<li><a href="https://kyun.host">kyun.host</a></li>
- <li><a href="https://randall0755.neocities.org">randall0755</a></li>
+ <li><a href="https://randall0755.neocities.org"><img alt="centralia" src="https://randall0755.neocities.org/info/sitebutton.gif" width="88" height="31"></a></li>
<li><a href="https://yesterweb.org/no-to-web3"><img alt="no-to-web3" src="https://auzziejay.com/images/noweb32.gif" width="88" height="31"></a></li>
<li><a href="https://uwcur.neocities.org/"><img alt="uwcur" src="http://infinititeam0.weebly.com/uploads/2/4/4/1/24413150/banner1_orig.png" width="88" height="31"></a></li>
<li><a href="https://www.lainchan.org/"><img alt="lainchan" src="https://lainchan.org/static/lain_banner1.png" width="88" height="31"></a></li>
const target = request.head.target;
const route = target[1..];
+ if (route.len > 256) {
+ status = .bad_request;
+ try send_buffer.appendSlice("Route too long.");
+
+ return;
+ }
+
std.log.info("Received request to {s}.", .{target});
const is_file = blk: {