Skip to content

Commit

Permalink
5 file edited + add Bootstrap framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Croc-Prog-github committed Mar 16, 2024
1 parent 295afd1 commit 537f435
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Prova subito The Bocchette 2, anche senza registrarti: con **l'Account ospite**.
![Licenze](https://img.shields.io/badge/licenze-MIT-blue?link=https%3A%2F%2Fgithub.com%2FCroc-Prog-github%2FThe-Bocchette-2%2Fblob%2Fmain%2FLICENSE.md)
</div>

<table>
<table hidden>
<tr>
<td style="overflow: auto;"><img src="/resources/img/Shop.png" alt="Shop"></td>
<td style="overflow: auto;"><img src="/resources/img/Pass.png" alt="Pass"></td>
Expand Down
6 changes: 3 additions & 3 deletions game/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<script src="/cons/console.html"></script>
<script src="/resources/lobby/global-music-player.js"></script>
<!--<script src="/game/AntiDuplicateTab.js"></script>-->
<script src="/manut/manut.js"></script>
<script src="/SchedDes.js"></script>
<link rel="stylesheet" href="path/to/bootstrap/css/bootstrap.min.css">

<!-- Muliplayer -->
<script src="/socket.io/socket.io.js"></script>
<script src="/client.js"></script>
<script src="/game/multiP/UserList.js"></script>

<script src="/manut/manut.js"></script>
<script src="/SchedDes.js"></script>
</head>
<body style="font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #195e79ad; margin-block: 0px; cursor: default; overflow: hidden;" onload="if(sessionStorage.getItem('username').length = 0){window.location.href = '/load.html';}">
<!-- <svg style="width: 19px; height: 19px; position: absolute; z-index: 0;" id="mouse">
Expand Down
2 changes: 1 addition & 1 deletion game/menu/Credit.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2 style="font-size: 2.5em; margin-block: 5px;">The Bocchette 2</h2>
<div style="display: flex; justify-content: space-around; align-items: center;">
<a href="https://stackblitz.com/">StackBlitz<img src="https://avatars.githubusercontent.com/u/28635252?s=200&amp;v=4"></a>

<a href="https://code.visualstudio.com/">VScode<img src="https://1.bp.blogspot.com/-GNUq-ZdJvvM/YMRpWrubv7I/AAAAAAABBF0/M68S1YjPUSQ3zvKUNtLdECLdxOIy0DjtwCLcBGAsYHQ/w320-h320/file_type_vscode_icon_130084.png" alt="VScodeIcon">
<a href="https://code.visualstudio.com/">VScode<img src="https://1.bp.blogspot.com/-GNUq-ZdJvvM/YMRpWrubv7I/AAAAAAABBF0/M68S1YjPUSQ3zvKUNtLdECLdxOIy0DjtwCLcBGAsYHQ/w320-h320/file_type_vscode_icon_130084.png" alt="VScodeIcon"></a>
</div>

<strong>Collaboratori in GitHub:</strong>
Expand Down
41 changes: 41 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"dependencies": {
"aws-sdk": "^2.1545.0",
"bootstrap": "^5.3.3",
"colyseus": "^0.15.9",
"express.js": "^1.0.0",
"json": "^11.0.0",
Expand Down

0 comments on commit 537f435

Please sign in to comment.