32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>New Tab</title>
|
|
<style>
|
|
body {
|
|
font-size: 16px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>New Tab</h1>
|
|
<ul>
|
|
<li><a href="https://www.google.com">https://www.google.com</a></li>
|
|
<li><a href="https://www.youtube.com">https://www.youtube.com</a></li>
|
|
<li>
|
|
<a href="https://github.com/electron/electron">https://github.com/electron/electron</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/samuelmaddock/electron-browser-shell"
|
|
>https://github.com/samuelmaddock/electron-browser-shell</a
|
|
>
|
|
</li>
|
|
<li><a href="https://chromewebstore.google.com">https://chromewebstore.google.com</a></li>
|
|
<li><a href="https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home">https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home</a></li>
|
|
<li><a href="https://permission.site">https://permission.site</a></li>
|
|
<li><a href="https://samuelmaddock.com">https://samuelmaddock.com</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|