FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
workshop-javascript/views/javascript.html at develop · OrcaPracticas/workshop-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
OrcaPracticas
/
workshop-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
workshop-javascript
/
views
/
javascript.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (36 loc) · 1.43 KB
Breadcrumbs
workshop-javascript
/
views
/
javascript.html
Copy path
File metadata and controls
36 lines (36 loc) · 1.43 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
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
UTF-8
"
>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1.0
"
>
<
meta
http-equiv
="
X-UA-Compatible
"
content
="
ie=edge
"
>
<
link
rel
="
icon
"
href
="
../assets/favicon.png
"
type
="
image/x-icon
"
>
<!-- Compiled and minified CSS -->
<
link
rel
="
stylesheet
"
href
="
https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css
"
>
<
link
rel
="
stylesheet
"
href
="
../src/css/style.css
"
>
<!-- Compiled and minified JavaScript -->
<
script
src
="
https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js
"
>
</
script
>
<
script
type
="
text/javascript
"
src
="
../dist/dist-web-component.js
"
>
</
script
>
<
title
>
.:: ⚙️ WorkShop JavaScript - JS ⚙️ ::.
</
title
>
</
head
>
<
body
class
="
grey darken-4
"
>
<
main
>
<
nav
class
="
blue-grey darken-4
"
>
<
div
class
="
nav-wrapper
"
>
<
a
href
="
#
"
class
="
brand-logo
"
>
<
img
src
="
../assets/logo-js.png
"
alt
="
JavaScript
"
>
</
a
>
<
ul
id
="
nav-mobile
"
class
="
right hide-on-med-and-down
"
>
<
li
>
<
a
href
="
../
"
>
Home
</
a
>
</
li
>
<
li
>
<
a
href
="
../views/react.html
"
>
React
</
a
>
</
li
>
<
li
>
<
a
href
="
../views/lifecycle.html
"
>
Life Cycle
</
a
>
</
li
>
</
ul
>
</
div
>
</
nav
>
<
section
class
="
container
"
>
<
div
class
="
row
"
>
</
div
>
</
section
>
</
main
>
</
body
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL