forked from RossMdevs/Eleconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (16 loc) · 686 Bytes
/
index.html
File metadata and controls
19 lines (16 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<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.1 | Ex.");
</script>
</head>
<center> <h2> Eleconnect | A base app selector! </h2>
<p>Replace this code with yours! This also may work in a shell based electron Enviorment! </p>
<button onclick="url();">New URL</button> </center>
</body>
</html>