mirror of
https://github.com/vale981/tridactyl
synced 2025-03-11 04:56:41 -04:00
16 lines
542 B
HTML
16 lines
542 B
HTML
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="newtab.css">
|
|
<link rel="stylesheet" href="content.css">
|
|
<link rel="stylesheet" href="content-dark.css">
|
|
<link rel="stylesheet" href="hint.css">
|
|
<link rel="stylesheet" href="viewsource.css">
|
|
<link rel="shortcut icon" href="logo/Tridactyl_64px.png">
|
|
</head>
|
|
<title>Tridactyl Top Tips & New Tab Page</title>
|
|
<body>
|
|
REPLACETHIS
|
|
</body>
|
|
<script src="../content.js"></script>
|
|
</html>
|