-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
124 lines (93 loc) · 2.75 KB
/
program.html
File metadata and controls
124 lines (93 loc) · 2.75 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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>Electron - Software</title>
<link rel="stylesheet" href="stylesoftware.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="removelink.css" />
<link rel="icon" type="image/x-icon" href="https://th.bing.com/th/id/R.64dae344158ab122e2100093412ba898?rik=e3xF4TbPwBJ3ow">
</head>
<body>
<head>
<meta charset="UTF-8">
<meta name="description" content="Electron Technology">
<meta name="keywords" content="HTML, CSS, JavaScript, Hod">
<meta name="author" content="Electron Technology Partners, GP">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #93edc7;
border-radius: 22px;
}
li {
float: left;
}
li a {
display: flex;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover {
background-color: #111;
}
</style>
</head>
<body>
<div class="container">
<div class="" data-aos="fade-right"style="font-family:Verdana; text-align: left;"</div>
<ul>
<li><a href="/en/home"><p style="font-family:Verdana;">Home</p></a></li>
<li><a href="/en/alpha.html">Hardware</a></li>
<li><a href="/en/Software/program.html">Software</a></li>
<li><a href="/en/contactus.html">Contact/Terms</a></li>
</ul>
</div>
</body>
</html>
<br></br>
<br>
<div class="container">
<div class="titlel" data-aos="fade-right"style="font-family:Verdana; text-align: center;"</div>
<p>
Click the buttons below to get information about different programming languages!
</p>
</div>
<br>
<br></br>
<a onclick="alert('HTML Page is still in Alpha ')"href="/en/Software/html.html">
<div class="container">
<div class="title" data-aos="fade-right"style="font-family:Verdana; text-align: center;"</div>
<p>
Click to go to HTML
</p>
</div>
</a>
<br></br>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 1500,
once: true,
});
</script>
<center>
<font size="1">
<p>Support: electronsupport@pm.me</p>
<p>Copyright (©) 2022 Electron Technology Partners, GP</p>
<a href="/license.htm" target="_blank" >
<button>
This Site is Licensed Under the MIT License
</button>
</font>
</center>
</a>
<center>
<a href="//www.dmca.com/Protection/Status.aspx?ID=7fce4d3f-0abb-4d38-bb34-e68b4fca546b" title="DMCA.com Protection Status" class="dmca-badge"> <img src ="https://images.dmca.com/Badges/dmca-badge-w100-5x1-08.png?ID=7fce4d3f-0abb-4d38-bb34-e68b4fca546b" alt="DMCA.com Protection Status" /></a> <script src="https://images.dmca.com/Badges/DMCABadgeHelper.min.js"> </script>
</center>