Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
added message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Vanhoren committed Apr 30, 2013
1 parent 18634d0 commit 93ce6bc
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion index.html
Expand Up @@ -14,9 +14,24 @@
background-color: white;
color: black;
}
.use_link {
width: 300px;
position: fixed;
bottom: 0px;
left: 50%;
margin-left: -150px;
margin-bottom: 30px;
font-size: 16px;
font-family: sans-serif;
text-align: center;
}
.use_link a {
color: #4B4D41;
text-decoration: none;
}
</style>

<link rel="stylesheet" type="text/css" href="static/css/main.css"></link>
<link rel="stylesheet" type="text/css" href="static/css/main.css" />

<script src="require.js" type="text/javascript"></script>
<script>
Expand All @@ -31,6 +46,11 @@

<body>
<a href="https://github.com/nicolas-van/superprogressquest"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a>
<div class="use_link">
<a href="https://github.com/nicolas-van/superprogressquest">
You can put this widget on you own web site. Click here to know how.
</a>
</div>
</body>

</html>

0 comments on commit 93ce6bc

Please sign in to comment.