Skip to content

Commit

Permalink
add twitter link to options
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspeaker committed May 27, 2017
1 parent 5199f66 commit 7cbccaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
display: inline-block;
color: #ff6600;
}
a {
color: #dd5500;
text-decoration: none;
}
</style>
</head>
<body>
Expand All @@ -38,6 +42,7 @@
<button id="btnReset">Reset to defaults</button>

<p id="msg"></p>
<p>Suggestions? Ping me <a href="https://twitter.com/mrspeaker">@mrspeaker</a>!</p>
</form>
<script src="Settings.js"></script>
<script src="options.js"></script>
Expand Down

0 comments on commit 7cbccaa

Please sign in to comment.