Add custom newtab page

master
Drake 3 years ago
parent 9e54702d4e
commit a104157b47

@ -0,0 +1,17 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Information</title>
<link rel="stylesheet" type="text/css" href="/css/classes.css">
<link rel="stylesheet" type="text/css" href="/css/dark-mode.css">
<!--<link rel="stylesheet" type="text/css" href="css/colours.css">-->
</head>
<body>
<a href = "https://youtube.com">Youtube</a><br>
<a href = "https://twitter.com">Twitter</a><br>
<a href = "https://github.com">Github</a><br>
<a href = "https://www.ruthenic.com">ruthenic.com</a><br>
<a href = "https://wattpad.com">Wattpad</a><br>
<a href = "http://localhost:6969">Localhost</a><br>
</body>
</html>
Loading…
Cancel
Save