50 lines
1.5 KiB
HTML
50 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link href='http://fonts.googleapis.com/css?family=Play:400,700' rel='stylesheet' type='text/css'>
|
|
<title>Interactive Fics</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
|
|
<meta http-equiv="content-style-type" content="text/css">
|
|
<meta http-equiv="expires" content="0">
|
|
<style type="text/css">
|
|
body {
|
|
background-color: white;
|
|
color: #16a085;
|
|
width: 250px;
|
|
padding:10px;
|
|
font-family: 'Play', sans-serif;
|
|
}
|
|
h1 {
|
|
font-size: 16px;
|
|
}
|
|
a{
|
|
color: #e67e22;
|
|
}
|
|
a:hover{
|
|
color: #16a085;
|
|
}
|
|
|
|
</style>
|
|
<script src="popup.js" type="text/javascript" >
|
|
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Enter the name here:</h1>
|
|
|
|
<form><input type="text" id="inputTxt" placeholder="To restore, enter 'Y/N'"/><input type="submit" id="submit" value="Change"/></form>
|
|
<p>
|
|
<details><summary>About</summary>
|
|
<a href="http://interactivefics.tumblr.com" target="_blank" title="Official tumblr">Interactive Fics</a> is a free Chrome extension developed by <a href="https://github.com/blaringsilence" target="_blank" title="her github">blaringsilence</a> to improve your online story reading experience. The extension is open source and all source code can be found <a href="https://github.com/blaringsilence/interactive-fics" title="github repo">here.</a>
|
|
</details>
|
|
<br>
|
|
<a href="http://interactivefics.tumblr.com/ask" target="_blank">Feedback, suggestions and requests.</a></br>
|
|
</p>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |