Skip to content

Commit

Permalink
taking flight
Browse files Browse the repository at this point in the history
  • Loading branch information
guybracha committed Apr 1, 2024
1 parent 5e49670 commit dd7d92b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("created and developed by Guy Bracha");
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="description" content="A universe of ideas by a one man">
<link rel="icon" type="image/x-icon" href="contents/indexphoto/rotate.png">
<link rel="stylesheet" href="assets/css/style.css">
<script src="build/main.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
Expand Down Expand Up @@ -48,7 +49,6 @@ <h4 style="text-align: center;">Coming Soon!</h4>
</div>
</footer>
</div>
<script src="assets/scripts/credits.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1LV563TQEJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("created and developed by Guy Bracha");

0 comments on commit dd7d92b

Please sign in to comment.