-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtest.html
47 lines (37 loc) · 1.36 KB
/
test.html
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
<!DOCTYPE html>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<html>
<head>
<style type="text/css">
body {padding-top:2em;}
</style>
<script type="text/javascript"> var CloudFlare = CloudFlare || []; </script>
<script type="text/javascript" src="http://ajax.cloudflare.com/cdn-cgi/nexp/cloudflare.js"></script>
<script type="text/javascript">
var trumpetConfig = {
"message" : "A trumpet message for testing Lorem ipsum dolor sit amet",
"link" : "http://www.cloudflare.com",
"linktext" : "Read More...",
"colorbackground" : "#333",
"colortext" : "#EEE",
"colorlink" : "#AAE",
"branded" : "",
}
var a=window.CloudFlare;a.push({paths:{trumpet:"public/javascripts/"}});a.push(function(b,c){c("trumpet/config",function(){return trumpetConfig});b(["trumpet"])});
</script>
</head>
<body>
<h1>Trumpet</h1>
<p>
<strong>Trumpet enables webmaster to speak to their users by displaying text on a banner on top of their site. Use for site maintenance messages.</strong>
</p>
<ul>
<li>Notify users about upcoming service disruptions</li>
<li>Proactively handle service disruptions, keep your visitors informed</li>
</ul>
<h2>Built on top of Cloudflare</h2>
<p>
Cloudflare enables one click install, and ensures safe delivery of the javascript
</p>
</body>
</html>