Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs11-async
minesweeper
Commits
fa0c48b6
Commit
fa0c48b6
authored
4 years ago
by
Caleb C. Sander
Browse files
Options
Download
Email Patches
Plain Diff
Fix spaces
parent
c8077cd9
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
index.html
+2
-2
index.html
with
2 additions
and
2 deletions
+2
-2
index.html
View file @
fa0c48b6
...
...
@@ -4,8 +4,8 @@
</head>
<body>
Width:
<input
type=
'number'
id=
'width'
value=
'9'
/>
Height:
<input
type=
'number'
id=
'height'
value
=
'9'
/>
Mines:
<input
type=
'number'
id=
'mines'
value
=
'10'
/>
Height:
<input
type=
'number'
id=
'height'
value
=
'9'
/>
Mines:
<input
type=
'number'
id=
'mines'
value
=
'10'
/>
<button
id=
'play'
>
Play
</button>
<table
id=
'grid'
></table>
<script
src=
'minesweeper.js'
></script>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help