FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RoadFighter/index.html at master · codehard123/RoadFighter · GitHub
codehard123
/
RoadFighter
Public template
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
RoadFighter
/
index.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (40 loc) · 1.04 KB
Breadcrumbs
RoadFighter
/
index.html
Copy path
File metadata and controls
50 lines (40 loc) · 1.04 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<
html
>
<
head
>
<
link
rel
="
stylesheet
"
href
="
RoadFighter.css
"
>
<
script
src
="
jquery-3.4.1.min.js
"
>
</
script
>
<
script
src
="
car.js
"
>
</
script
>
</
head
>
<
body
>
<
div
class
="
left-game-container
"
>
s
<
div
class
="
left-sidestep
"
>
s
</
div
>
</
div
>
<
div
class
="
right-game-container
"
>
s
<
div
class
="
right-sidestep
"
>
s
</
div
>
</
div
>
<
div
class
="
right-statistics
"
>
s
</
div
>
<
div
class
="
progress
"
>
</
div
>
<
div
class
="
road-container
"
>
s
<
div
class
="
road
"
>
s
</
div
>
<
div
class
="
enemy-cars
"
>
<
img
src
="
yellow_car.png
"
style
="
position:absolute; top:1000px;z-index:7;left:100px
"
/>
</
div
>
</
div
>
<
img
src
="
car.png
"
id
="
car
"
/>
<
div
class
="
leftprogressbar
"
>
</
div
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL