Commit ace12739 authored by jakkree kongpha's avatar jakkree kongpha

last change

parent 4888e816
......@@ -64,27 +64,6 @@ yarn install
yarn start
```
6. เริ่มพัฒนาเว็บตามหลักการของ angular framework
* คำสั่งสร้างหน้าใหม่ ชื่อ about
```
ng g c about
```
* คำสั่งสร้าง service ใหม่
```
ng g service myservice
```
* คำสั่งสร้าง model ใหม่ Student
```
ng g model Student
```
* อื่นๆ เพิ่มเติม ที่ https://angular.io/
### Credits
......
<!--
<div>{{ students | json }}</div>
-->
......
<!DOCTYPE html>
<html>
<head>
<head >
<title>Welcome Anime-sai-kou</title>
</head>
<body>
<body class="background">
<h1 class="centered-form">Welcome to Anime-sai-kou</h1>
<h2 class="centered-form">This web for people like anime:</h2>
<h3 class="centered-form">Wehave animelist for you</h3>
<h3 class="centered-form">Fighting anime, Magic anime, Drama anime, Fantasy anime</h3>
</body>
</html>
......@@ -2,3 +2,8 @@
text-align: center;
}
.background{
background-image: url("../image/background.png");
background-repeat: no-repeat;
background-size: 100% ;
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment