Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
at main 19 lines 445 B view raw
1<!DOCTYPE html> 2 3<html> 4<head> 5 <title>Settings - ZeroNet</title> 6 <meta charset="utf-8" /> 7 <meta http-equiv="content-type" content="text/html; charset=utf-8" /> 8 <link rel="stylesheet" href="css/all.css?rev={rev}" /> 9</head> 10 11 12<h1>ZeroNet plugin manager</h1> 13 14<div class="content" id="content"></div> 15<div class="bottom" id="bottom-restart"></div> 16 17<script type="text/javascript" src="js/all.js?rev={rev}&lang={lang}"></script> 18</body> 19</html>