-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
104 lines (101 loc) · 5 KB
/
index.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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Google mo, gago</title>
<meta name="description" content="Google mo, gago is a website powered by Google Search. It was developed by Gomoga Technologies which is a soon-to-be Silicon Valley based company. They're currently working on their APIs which will help people to create their own apps easily. ">
<meta name="keywords" content="Gemji Technologies, Google, Google mo gago, GMG, iGMG, Google mo lang, Google Google din pag may time, #GMG, #iGMG, Pinoy IT Geeks, Pinoy I.T. Geeks, Libre lang mangarap, I Google Mo Gago">
<meta name="robot" content="index,follow">
<meta name="revisit-after" content="5">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:url" content="http://googlemogago.com/" />
<meta property="og:image" content="http://googlemogago.com/files/googlemo.png" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Google mo, gago" />
<meta property="og:description" content="Google mo, gago is a website powered by Google Search. It was developed by Gemji Technologies which is a soon-to-be Silicon Valley based company. They're currently working on their APIs which will help people to create their own apps easily. " />
<script src="js/analytics.js" async=""></script>
<link href="/favicon.ico" rel="shortcut icon">
<link href="css/css.css" rel="stylesheet" type="text/css">
<link href="css/bootstrap.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
</head>
<body>
<video autoplay loop poster="files/poster.jpg" id="bgvid">
<source src="http://googlemogago.com/files/background.webm" type="video/webm">
</video>
<div class="container-full">
<div class="row">
<div class="col-lg-12 text-center v-center">
<span>
<a href="http://googlemogago.com/">
<span class="gtype">GOOGLE </span>
<span class="gbtype gtits"></span>
</a>
</span>
<p id="quotes" class="gstype"></p>
<br>
<br>
<form id="searchForm" class="col-lg-12">
<div class="input-group ipb">
<input id="term" class="form-control input-md" type="text"><span class="input-group-btn">
<button id="searchBtn" class="btn btn-md btn-primary" type="button">Search</button></span>
</div>
</form>
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center v-center" style="font-size:39px;">
<a href="https://www.facebook.com/GoogleMoGagoOfficial">
<i class="fa fa-facebook"> </i>
</a>
<a href="https://twitter.com/GoogleMoGagoCom">
<i class="fa fa-twitter"> </i>
</a>
</div>
</div>
<br>
<br>
<br>
<br>
<br>
</div>
<div class="container">
<div id="resultsDiv"></div>
</div>
<div class="modal fade" id="information-modal" tabindex="-1" role="dialog" aria-labelledby="informationModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title gmtype" id="informationModalLabel">Ooops!</h4>
</div>
<div class="modal-body gmtype" id="information-body">
Hey dude, there's no results found in your query! Please try another search.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success" data-dismiss="modal">Okay</button>
</div>
</div>
</div>
</div>
<script src="js/jquery.js"></script>
<script src="js/animate.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/main.js"></script>
<script>
! function(a, b, c, d, e, f, g) {
a["GoogleAnalyticsObject"] = e;
a[e] = a[e] || function() {
(a[e].q = a[e].q || []).push(arguments);
}, a[e].l = 1 * new Date();
f = b.createElement(c), g = b.getElementsByTagName(c)[0];
f.async = 1;
f.src = d;
g.parentNode.insertBefore(f, g);
}(window, document, "script", "js/analytics.js", "ga");
ga("create", "UA-54360509-1", "auto");
ga("send", "pageview");
</script>
</body></html>