-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 853 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!-- Developed by @IntelliBoi, revamped by @rossmdevs. Project status: semi-obsolete, apache open-source licensing.--->
<html>
<head>
<script type="text/javascript" src="assets/js/lightmode.js"></script>
<script type="text/javascript" src="assets/js/app.js"></script>
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script>
console.log("Eleconnect V.0.0.1 \n RLM Managed Assets & Tech \n Note: Rebranded and Reownered");
</script>
</head>
<center> <h2> Eleconnect | A Demo Page, ! </h2>
<p>Replace this code with yours. This is an example of what can be done, using JS! </p>
<button onclick="url();">New URL</button> </center>
</body>
</html>