-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (59 loc) · 3.05 KB
/
Copy pathindex.html
File metadata and controls
74 lines (59 loc) · 3.05 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
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640">
<link rel="stylesheet" href="stylesheets/core.css" media="screen">
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Androcoderepo by LearninCodeDev</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/LearninCodeDev/AndroCodeRepo">View on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Androcoderepo</h1>
<h2>A place for Android Projects and scripts</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<section id="downloads">
<span class="inner">
<a href="https://github.com/LearninCodeDev/AndroCodeRepo/zipball/master" class="zip"><em>download</em> .ZIP</a><a href="https://github.com/LearninCodeDev/AndroCodeRepo/tarball/master" class="tgz"><em>download</em> .TGZ</a>
</span>
</section>
<span class="banner-fix"></span>
<section id="main_content">
<h1>
<a id="welcome-to-android-code-repositoryou" class="anchor" href="#welcome-to-android-code-repositoryou" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome to Android Code Repositoryou</h1>
<h2>
<a id="the-place-for-sharing-code-so-everyone-else-can-use-it" class="anchor" href="#the-place-for-sharing-code-so-everyone-else-can-use-it" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>The place for sharing Code so everyone else can use it!</h2>
<p>It all started with an idea. Buzzkill was plucking around all over trying to find different code styles when he realized just how many they are so he started a github account and started collecting all he could find under the GNU license.</p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>this project by <a href="https://github.com/LearninCodeDev">LearninCodeDev</a> can be found on <a href="https://github.com/LearninCodeDev/AndroCodeRepo">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="https://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
</body>
</html>