-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
83 lines (72 loc) · 2.87 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// <?php
// const ASSET_DIR = '';
?>
<html>
<head>
<!-- snwb-screensaver-styles -->
<link rel="stylesheet" type="text/css" href="http://make.something/snwb-screensaver.css">
<script src="http://make.something/d3/d3.min.js"></script>
<script src="http://make.something/bower_components/jquery/dist/jquery.min.js"></script>
<!-- <script src="http://make.something/snwb-screensaver.js"></script> -->
<!-- <script src="http://make.something/make.sacred.js"></script> -->
<?php /*
<script>
</script>
*/?>
</head>
<body style="background:black">
<div class="wrapper">
<div class="col-sm-12">
<section class="snwb-widget snwb-screensaver">
<center>
<div id="garden" style="width:240px; border:1px solid #f7f4f0; height:240px;">
</div>
<a href="#" class="click" data-splice="1">01</a>
<a href="#" class="click" data-splice="2">02</a>
<a href="#" class="click" data-splice="3">03</a>
<a href="#" class="click active" data-splice="4">04</a>
<a href="#" class="click" data-splice="5">05</a>
<a href="#" class="click" data-splice="6">06</a>
<a href="#" class="click" data-splice="7">07</a>
<a href="#" class="click" data-splice="8">08</a>
<a href="#" class="click" data-splice="9">09</a>
<a href="#" class="click" data-splice="10">10</a>
<a href="#" class="click" data-splice="11">11</a>
<a href="#" class="click" data-splice="12">12</a>
<a href="#" class="color" data-splice="red" style="background:red;">**</a>
<a href="#" class="color" data-splice="gold" style="background:gold;">**</a>
<a href="#" class="color active" data-splice="blue" style="background:blue;">**</a>
<a href="#" class="color" data-splice="green" style="background:green;">**</a>
</center>
</section>
</div>
</div>
<?php /*
<form method="post" id="qrForm"> -->
<center>
<h6>Generate QR Code using Google Chart API<h6>
<br>
<label>Type Website URL and hit enter:</label>
<input type="QRCode" id="QRCode" value="https://officetricks.com" size="20">
<br>
<input type="button" value="Make QR Code" onclick="javascript:generateQRCode();"><br>
<p>Output QR Image:</p>
<img id='qrImage' style='display:inline;'
src='https://chart.googleapis.com/chart?cht=qr&choe=UTF-8&chs=200x200&chl=http%3A%2F%2Fofficetricks.com'/>
<p>
For more Tips and Queries, logon to <a href="https://officetricks.com" target="blank">
https://officetricks.com<a> or email to <a href="mailto:[email protected]">[email protected]</a>.
</p>
</center>
<!-- generate 1000 codez
print 3000 stickers
create signup -->
</form>
*/ ?>
<script src="http://make.something/js/data.js"></script>
<script src="http://make.something/js/library.js"></script>
<script src="http://make.something/js/application.js"></script>
<script src="http://make.something/js/controllers.js"></script>
<!-- <script></script> -->
</body>
</html>