You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
torrent-paradise/static/head.html

31 lines
929 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>nextgen</title>
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="assets/bulma.min.css">
<script defer src="assets/all.min.js"></script>
<style>
.legible{max-width: 60rem;} /* requirement because bulma allows stupidly long lines by default*/
</style>
</head>
<body>
<nav class="navbar is-warning" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="is-light navbar-item" href="index.html">
<i class="fas fa-sun"></i>
</a>
<a class="navbar-item" href="about.html">
About 2.0
</a>
<a class="navbar-item" href="ipfs.html">
IPFS
</a>
</div>
</nav>