Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
node-js-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Patiphan Marak
node-js-60-2
Commits
805fe4c2
Commit
805fe4c2
authored
Feb 14, 2018
by
Patiphan Marak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
week05
parent
e6350ac0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
12 deletions
+17
-12
index.html
week05/windowapp/index.html
+17
-12
No files found.
week05/windowapp/index.html
View file @
805fe4c2
...
...
@@ -8,20 +8,24 @@
<body>
<h1>
Hello World!
</h1>
We are using node
<script>
document
.
write
(
process
.
versions
.
node
)
</script><br>
Chrome
<script>
document
.
write
(
process
.
versions
.
chrome
)
</script><br>
Electron
<script>
document
.
write
(
process
.
versions
.
electron
)
</script>
<div
class=
"w3-container"
>
<h2>
Bordered Image
</h2>
<p>
The w3-border class adds borders around the image.
</p>
<p>
Padding added wil be inside the borders:
</p>
<img
src=
"http://blog.builtinnode.com/post/2017-challenges-for-node-js#"
class=
"w3-border"
alt=
"Norway"
style=
"padding:4px;width:50%"
>
<p>
More padding:
</p>
<img
src=
"https://www.w3schools.com/w3css/img_fjords.jpg"
class=
"w3-border"
alt=
"Norway"
style=
"padding:16px;width:50%"
>
</div>
Node version
<script>
document
.
write
(
process
.
versions
.
node
)
</script>
<br>
<img
src=
"http://share.olanlab.com/userfiles/olan/images/nodejs/nodejs-logo(1).jpg"
class=
"w3-border"
alt=
"Norway"
style=
"padding:4px;width:50%"
>
<br>
Chrome version
<script>
document
.
write
(
process
.
versions
.
chrome
)
</script>
<br>
<img
src=
"https://lh3.googleusercontent.com/nYhPnY2I-e9rpqnid9u9aAODz4C04OycEGxqHG5vxFnA35OGmLMrrUmhM9eaHKJ7liB-=w300-rw"
class=
"w3-border"
alt=
"Norway"
style=
"padding:16px;width:50%"
>
<br>
Electron version
<script>
document
.
write
(
process
.
versions
.
electron
)
</script>
<br>
<img
src=
"https://hackr.io/tutorials/learn-electron/svg/electron_logo"
class=
"w3-border"
alt=
"Norway"
style=
"padding:16px;width:50%"
>
</div>
</body>
</html>
\ No newline at end of file
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