Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GBS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CS375
GBS
Merge requests
!16
Potential restart
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Potential restart
potentialRestart
into
main
Overview
0
Commits
9
Pipelines
0
Changes
4
Merged
Potential restart
jjd358
requested to merge
potentialRestart
into
main
Sep 6, 2024
Overview
0
Commits
9
Pipelines
0
Changes
4
0
0
Merge request reports
Viewing commit
9ee2a213
Prev
Next
Show latest version
4 files
+
110
−
88
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
9ee2a213
Small changes
· 9ee2a213
Jake Dreher
authored
Sep 6, 2024
public/game.html
+
4
−
4
View file @ 9ee2a213
Edit in single-file editor
Open in Web IDE
Show full file
@@ -31,9 +31,9 @@
</div>
<script
src=
"/public/gameClient.js"
></script>
<div
id=
"gameInfo"
>
<span
id=
"snakeCoords"
>
Coords: (0, 0)
</span>
<span
id=
"snakeSize"
>
Size: 1
</span>
</div>
<div
id=
"gameInfo"
>
<span
id=
"snakeCoords"
>
Coords: (0, 0)
</span>
<span
id=
"snakeSize"
>
Size: 1
</span>
</div>
</body>
</html>
Loading