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
amonsiri unkham
nodejs-60-2
Commits
9402ba6d
Commit
9402ba6d
authored
Feb 27, 2018
by
amonsiri unkham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete index.html
parent
cfe4b099
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
91 deletions
+0
-91
index.html
week05/windowapp/index.html
+0
-91
No files found.
week05/windowapp/index.html
deleted
100644 → 0
View file @
cfe4b099
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
สวัสดี ชาวโลก!
</title>
<style>
body
{
background-image
:
url('2.jpg')
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
background-attachment
:
fixed
;
background-position
:
center
;
}
</style>
</style>
<style
media=
"screen"
>
ol
{
color
:
#00FFFF
;
}
</style>
<style
type=
"text/css"
>
h1
{
text-align
:
center
;
margin
:
auto
;
font-size
:
50px
;
width
:
400px
;
}
h2
{
text-align
:
center
;
margin
:
auto
;
font-size
:
40px
;
width
:
300px
;
}
.img
{
margin-top
:
40px
;
text-align
:
center
;
}
.img
img
{
margin
:
auto
;
width
:
300px
;
height
:
300px
;
border-radius
:
50%
;
}
.text
{
margin
:
auto
;
text-align
:
center
;
margin-top
:
50px
;
}
</style>
</head>
<body>
<h1
style=
"color:blue;"
>
Profile CONNAN
</h1>
<div
class=
"img"
>
<img
src=
"1.png"
alt=
""
width=
"400"
height=
"400"
>
</div>
<div
class=
"text"
>
<h2
style=
"color:#00FF00"
;
>
เราใช้
</h2>
<ol>
<li>
node เวอร์ชั่น
<script>
document
.
write
(
process
.
versions
.
node
)
</script></li>
<li>
Chrome เวอร์ชัน
<script>
document
.
write
(
process
.
versions
.
chrome
)
</script></li>
<li>
และ Electron เวอร์ชัน
<script>
document
.
write
(
process
.
versions
.
electron
)
</script></li>
</ol>
</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