Skip to content

Commit

Permalink
changed name of repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Christin Löhner committed Aug 26, 2021
1 parent a8f05d9 commit 6ef4a2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# rebuntu
My private try to create a ubuntu like website with plain JS (without react or something)
___
#Credits

- The simple analog clock using html, css & javascript was copied from here: https://dev.to/code_mystery/simple-analog-clock-using-html-css-javascript-2c6a - Originally made by Foolish Developer - https://www.foolishdeveloper.com/
- The Color-Calendar v1.0.4 - by Pawan Kolhe - https://pawankolhe.com/
- Fontawesome Icons from https://fontawesome.com/
- Some different public Ubuntu desktop Icons


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rebuntu
# webuntu
My private try to create a ubuntu like website with plain JS (without react or something)

*This is highly work in progress!* Please don't fork yet
Expand Down
2 changes: 1 addition & 1 deletion lib/html1.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/js/all.min.js" integrity="sha512-Tn2m0TIpgVyTzzvmxLNuqbSJH3JP8jm+Cy3hvHrW7ndTDcJ1w5mBiksqDBb8GpE2ksktFvDB/ykZ0mDpsZj20w==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="assets/style.css"/>
<link rel="stylesheet" href="assets/clock.css"/>
<title>Christins Ubuntu 21.04 Simulator</title>
<title>webuntu - An Ubuntu 21.04 Simulator</title>
</head>
<body>

0 comments on commit 6ef4a2c

Please sign in to comment.