-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (63 loc) · 2.62 KB
/
index.html
File metadata and controls
69 lines (63 loc) · 2.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://cdn.seebeetee.com/assets/favicons/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/main.min.css">
<title>Lab of Creative Blogging Tips | SeeBeeTee</title>
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="Lab of Creative Blogging Tips, SeeBeeTee, SeeBeeTee.com, HTML, CSS, Javascript">
<meta name='description' content="Lab of Creative Blogging Tips | SeeBeeTee. Here you can find the demos created by SeeBeeTee team.">
<meta name="author" content="Kaushalya Mandaliya">
<!-- StatusBarBackgroundColor for Android 5.0 and above -->
<meta content='#2B89C8' name='theme-color'/>
<!-- <style type="text/css">
.ad-unit { margin: 0.25em 0; text-align: center; }
</style> -->
</head>
<body>
<h1 id="lab-title">
<a href="http://lab.seebeetee.com">Lab of Creative Blogging Tips</a>
</h1>
<main id="pages">
<div class="pages-title">Pages</div>
<ul class="pages-list">
<li>
<a href="/pages/login-to-everdwell-dribbble-recreation.html">Login to Everdwell (Dribbble recreation)</a>
</li>
<li>
<a href="/pages/material-design-colors.html">Material Design Colors</a>
</li>
</ul>
<!-- <div class="ad-unit">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<!-- SeeBeeTee Lab Master -->
<!-- <ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3779449382608437"
data-ad-slot="8352569644"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div> -->
</main>
<footer>
<a href="http://seebeetee.com/">SeeBeeTee</a> <br />
<a href="https://twitter.com/cbloggingtips">Twitter</a> |
<a href="https://github.com/creative-blogging-tips">Github</a> |
<a href="https://facebook.com/cbloggingtips">Facebook</a>
</footer>
<!-- ga.js -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-25304809-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>