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
7a97449c
Commit
7a97449c
authored
Feb 21, 2018
by
amonsiri unkham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ต่อweek06
parent
b1af4f40
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
14 deletions
+24
-14
2.jpg
week05/windowapp/2.jpg
+0
-0
index.html
week05/windowapp/index.html
+21
-12
package-lock.json
week05/windowapp/package-lock.json
+0
-0
package.json
week05/windowapp/package.json
+3
-2
No files found.
week05/windowapp/2.jpg
0 → 100644
View file @
7a97449c
63.7 KB
week05/windowapp/index.html
View file @
7a97449c
...
...
@@ -2,11 +2,17 @@
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Hello World
!
</title>
<title>
สวัสดี ชาวโลก
!
</title>
<style>
body
{
background-color
:
#9999ff
;
background-image
:
url('2.jpg')
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
background-attachment
:
fixed
;
background-position
:
center
;
}
</style>
...
...
@@ -16,7 +22,7 @@
<style
media=
"screen"
>
ol
{
color
:
red
;
color
:
#00FFFF
;
}
</style>
...
...
@@ -25,11 +31,20 @@
h1
{
text-align
:
center
;
margin
:
auto
;
font-size
:
48
px
;
font-size
:
50
px
;
width
:
400px
;
}
h2
{
text-align
:
center
;
margin
:
auto
;
font-size
:
40px
;
width
:
300px
;
}
.img
{
margin-top
:
40px
;
text-align
:
center
;
...
...
@@ -40,16 +55,10 @@
margin
:
auto
;
width
:
300px
;
height
:
300px
;
background
:
#333
;
border-radius
:
50%
;
}
.text
{
background
:
#fff
;
-webkit-box-shadow
:
0px
0px
5px
0px
rgba
(
0
,
0
,
0
,
0.75
);
-moz-box-shadow
:
0px
0px
5px
0px
rgba
(
0
,
0
,
0
,
0.75
);
box-shadow
:
0px
0px
5px
0px
rgba
(
0
,
0
,
0
,
0.75
);
width
:
300px
;
margin
:
auto
;
text-align
:
center
;
margin-top
:
50px
;
...
...
@@ -62,7 +71,7 @@
</head>
<body>
<h1
style=
"color:blue;"
>
สวัสดี ชาวโลก!
</h1>
<h1
style=
"color:blue;"
>
Profile CONNAN
</h1>
<div
class=
"img"
>
<img
src=
"1.png"
alt=
""
width=
"400"
height=
"400"
>
...
...
@@ -70,7 +79,7 @@
<div
class=
"text"
>
<h2
style=
"
background-color:DodgerBlue;"
>
เราใช้
</h2>
<h2
style=
"
color:#00FF00"
;
>
เราใช้
</h2>
<ol>
...
...
week05/windowapp/package-lock.json
View file @
7a97449c
This diff is collapsed.
Click to expand it.
week05/windowapp/package.json
View file @
7a97449c
...
...
@@ -4,7 +4,7 @@
"description"
:
"ขอคะแนน"
,
"main"
:
"main.js"
,
"scripts"
:
{
"app"
:
"./node_modules/electron/dist/electron ."
,
"app"
:
"./node_modules/electron/dist/electron ."
,
"อัตราย"
:
"rm -rf *"
,
"echo"
:
"echo สวัสดี"
,
"touch"
:
"touch สวัสดี"
,
...
...
@@ -13,6 +13,7 @@
"author"
:
"amonsiri"
,
"license"
:
"ISC"
,
"devDependencies"
:
{
"electron"
:
"^1.8.2"
"electron"
:
"^1.8.2"
,
"electron-packager"
:
"^11.0.1"
}
}
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