-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocs.html
109 lines (100 loc) · 3.07 KB
/
docs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ReCT Documentation</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./static/style.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/umd/ripplet.min.js"></script>
<!-- Primary Meta Tags -->
<meta name="title" content="ReCT | A simple and quick programing language">
<meta name="description" content="Compiled, quick, simple, epic. ReCT is a statically typed, easy to use language with a package manager.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://rect.ml">
<meta property="og:title" content="ReCT | A simple and quick programing language">
<meta property="og:description" content="Compiled, quick, simple, epic. ReCT is a statically typed, easy to use language with a package manager.">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://rect.ml">
<meta property="twitter:title" content="ReCT | A simple and quick programing language">
<meta property="twitter:description" content="Compiled, quick, simple, epic. ReCT is a statically typed, easy to use language with a package manager.">
</head>
<body>
<header>
<div class="Logo"></div>
<div class="Menu">
<div class="MenuButton mdc-ripple-surface mdc-ripple-surface--primary">Home</div>
<div class="MenuButton">Tutorial</div>
<div class="MenuButton Active">Documentation</div>
<div class="MenuButton">RPS</div>
<div class="MenuButton Download">Download</div>
</div>
</header>
<div class="SideBar">
<a class="SideBarLinks">
Introduction to ReCT
</a><br>
<a class="SideBarLinks">
Variables
</a><br>
<a class="SideBarLinks">
Datatype
</a><br>
<a class="SideBarLinks">
If statements
</a><br>
<a class="SideBarLinks">
Loops
</a><br>
<a class="SideBarLinks">
Functions
</a><br>
<a class="SideBarLinks">
System Packages
</a><br>
<a class="SideBarLinks">
Casts
</a><br>
<a class="SideBarLinks">
Classes
</a><br>
<a class="SideBarLinks">
Packages
</a><br>
<a class="SideBarLinks">
Threading
</a><br>
<a class="SideBarLinks">
Access Objects
</a><br>
<a class="SideBarLinks">
Operators
</a><br>
<a class="SideBarLinks">
Exception Handlers
</a><br>
<a class="SideBarLinks">
Enums
</a><br>
<a class="SideBarLinks">
Binary/Hex Literals
</a><br>
<a class="SideBarLinks">
Lambda
</a><br>
<a class="SideBarLinks">
Preprocessing
</a><br>
<a class="SideBarLinks">
ReCT Manual
</a><br>
</div>
<div class="NotSideBar">
<h1>Getting Started</h1>
<p>Info would go here</p>
</div>
</body>
</html>