Skip to content

Commit

Permalink
Create example.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenworksDev authored Dec 17, 2023
1 parent f6971fd commit c82dcd4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions example.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>sevenworksOS</title>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
</head>
<body>
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/jqde.min.js"></script>
<script>
jqde.create("sevenworksOS");
jqde.background("#777");
jqde.addApplication("https://user-images.githubusercontent.com/32948343/205513392-f528686a-edec-405a-bcb3-6389fd15b75b.png", "HTML5", "is the best!");
jqde.addApplication("https://user-images.githubusercontent.com/32948343/205513447-83183e6e-24ba-4b00-8f2a-521832ef171c.png", "CSS", "is the best!");
jqde.addApplication("https://user-images.githubusercontent.com/32948343/205513456-912a13a5-7aa8-4d66-afbb-22e172575b1b.png", "JS", "is the best!");
</script>
</body>
</html>

0 comments on commit c82dcd4

Please sign in to comment.