-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSamples.html
127 lines (78 loc) · 2.66 KB
/
Samples.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<title> GDollar Programming Tutorial </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
h1 {
font-size: 15px;
style="color:blue"; }
h2 {
color: rgb(0, 232, 15);
font-size: 1.5em;
}
body {
font-size: 15px; bgcolor="blue";
}
h2 {
color: rgb(0, 232, 15);
font-size: 1.5em;
}
#rabbits-info-heading {
background-color: purple;
}
p {
color: rgb(191, 0, 255);
font-family: "Helvetica", sans-serif;
}
#rabbits-info {
color: purple;
}
.song-lyrics {
background-color: yellow;
font-family: monospace;
}
</style>
</head>
<body>
<img src="GDollar.png"> <p class=h1 align="center">GDollar Programming Language Tutorial </p>
<BR>
<BR><HR>
<img src=""> <p class=h1 align="center">GDollar Programming Language Samples </p>
<br>
<div class="col-sm-8 text-left">
<h1>Welcome to GDollar Programming Language Samples! </h1>
<p>
<u>GDollar Samples</u>
</p>
<br>
<p>
<br>
For GDollar samples and miniproject kindly refer the given
below website for more detail....
<br>
https://sites.google.com/site/gdollarprogramminglanguageg/samples
https://sites.google.com/site/gdollarprogramminglanguageg/gdollar-miniproject-samples
</p>
<hr>
<marquee> <h3>Worried about Security?</h3> </marquee>
<marquee><p> Do you want to focus vast memory management with G$ Advanced DataStructures ?</p></marquee>
<marquee><p alt="Security! or GDollar-JSLASH Compiler Design! " width="300" height="300"> </marquee>
</div>
</div>
<div class="container-fluid text-center">
<div class="row content">
<div class="col-sm-2 sidenav">
<p><a href="GDollarTutorial.pdf">GDOLLARPROGRAMMINGTUTORIAL</a></p>
<p><a href="GDOLLARPROGRAMMINGLANGUAGE.pdf">GDOLLARPROGRAMMINGPDF</a></p>
<p><a href="Samples.html">SAMPLES</a></p>
<p><a href="4WHFAQS.html">4WHFAQS?</a></p>
<p><a href="https://github.com/jemin777/GDollarTutorial.github.io/releases">Download</a></p>
</div>
</div>
</body>
</html>