mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-12 06:27:14 +03:00
41 lines
939 B
HTML
41 lines
939 B
HTML
<!DOCTYPE html>
|
|
<!-- Link to specific tabs by using their ID in the URL like: options.html#keybinds -->
|
|
|
|
<head>
|
|
<title>__MSG_Options__ - SponsorBlock</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" href="../icons/LogoSponsorBlocker64px.png" type="image/png">
|
|
|
|
<link href="options.css" rel="stylesheet"/>
|
|
|
|
<script src="../js/options.js"></script>
|
|
</head>
|
|
|
|
<body class="sponsorBlockPageBody">
|
|
|
|
<div id="options-container">
|
|
|
|
<div id="menubar" class="center">
|
|
|
|
<div id="title" class="titleBar">
|
|
<img src="../icons/LogoSponsorBlocker256px.png" class="profilepic" alt="SponsorBlock logo"/>
|
|
SponsorLock
|
|
<div id="version"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="options">
|
|
<div style="font-size: 75px;">
|
|
With SponsorLock, <b>we</b> decide for <b>you</b>!
|
|
</div>
|
|
|
|
Would you want it any other way?
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|