Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
nodejs-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
jatuporn Tonggasem
nodejs-60-2
Commits
e4870870
Commit
e4870870
authored
Feb 21, 2018
by
jatuporn Tonggasem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
งานแก้
parent
fcfd283c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
6 deletions
+55
-6
index.html
week5/windowapp/index.html
+22
-6
pretty.html
week5/windowapp/pretty.html
+33
-0
No files found.
week5/windowapp/index.html
View file @
e4870870
...
...
@@ -3,15 +3,31 @@
<head>
<meta
charset=
"UTF-8"
>
<title>
Hello World!
</title>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css"
>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"
></script>
</head>
<body
background=
"bg.jpg"
width =
"400 "
height =
"400"
>
<h1>
สวัสดีชาวโลก
</h1>
<body>
<div
class=
"row"
>
<div
class=
"col s12 m6"
>
<div
class=
"card"
>
<div
class=
"card-image"
>
<img
src=
"bg.jpg"
>
<span
class=
"card-title"
>
<h4
style=
"color:black; text-shadow: black 0.1em 0.2em 0.3em"
>
สวัสดีชาวโลก
</h4></span>
<a
class=
"btn-floating halfway-fab waves-effect waves-light red"
><i
class=
"material-icons"
>
CS
</i></a>
</div>
<div
class=
"card-content"
>
<ol>
<li>
We are using node =
<script>
document
.
write
(
process
.
versions
.
node
)
</script></li>
<li>
We are using node =
</font>
<script>
document
.
write
(
process
.
versions
.
node
)
</script></li>
<li>
Chrome =
<script>
document
.
write
(
process
.
versions
.
chrome
)
</script></li>
<li>
and Electron =
<script>
document
.
write
(
process
.
versions
.
electron
)
</script>
.
<li>
and Electron =
<script>
document
.
write
(
process
.
versions
.
electron
)
</script>
</li>
</ol>
</ol>
</body>
</div>
</div>
</div>
</div>
</body>
</html>
week5/windowapp/pretty.html
0 → 100644
View file @
e4870870
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
สวัสดีชาวโลก
</title>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css"
>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"
></script>
</head>
<body>
<div
class=
"row"
>
<div
class=
"col s12 m6"
>
<div
class=
"card"
>
<div
class=
"card-image"
>
<img
src=
"bg.jpg"
>
<span
class=
"card-title"
>
<h3
style=
"color:black; text-shadow: black 0.2em 0.1em 0.3em"
>
สวัสดีชาวโลก
</h3></span>
<a
class=
"btn-floating halfway-fab waves-effect waves-light red"
><i
class=
"material-icons"
>
CS
</i></a>
</div>
<div
class=
"card-content"
>
<ol>
<li>
We are using node =
</font><script>
document
.
write
(
process
.
versions
.
node
)
</script></li>
<li>
Chrome =
<script>
document
.
write
(
process
.
versions
.
chrome
)
</script></li>
<li>
and Electron =
<script>
document
.
write
(
process
.
versions
.
electron
)
</script>
</li>
</ol>
</body>
</div>
</div>
</div>
</div>
</body>
</html>
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