-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
22 lines (20 loc) · 809 Bytes
/
test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<!--<script type="text/javascript" src="http://rawgithub.com/mikemsq/SuicidePreventionLifelineSlider/master/SuicidePreventionLifelineSlider.js"></script>-->
<script type="text/javascript" src="SuicidePreventionLifelineSlider.js"></script>
<link rel="stylesheet" type="text/css" href="SuicidePreventionLifelineSlider.css"></script>
<script>
new HelpPRO.SuicidePreventionLifelineSlider({
//toggleContent: 'Get More Help Now!',
//toggleContent: '<img src="http://www.helppro.com/images/HelpPRO_top_bar_logo.jpg"'
align: 'right'
});
</script>
</head>
<body>
<br/><br/>
<h1>My Web Site</h1>
</body>
</html>