mirror of
https://github.com/Nezumi-2711/javascript-training.git
synced 2026-09-23 04:09:58 +00:00
Update structure code
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "loi-phan-internship",
|
"description": "loi-phan-internship",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "parcel ./src/*.html --no-cache --no-source-maps",
|
"start": "parcel ./src/pages/*.html --no-cache --no-source-maps",
|
||||||
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.html --no-cache --no-source-maps --dist-dir dist"
|
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir dist"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="./styles/_main.scss" />
|
<link rel="stylesheet" href="../styles/_main.scss" />
|
||||||
<title>Login - Money Lover</title>
|
<title>Login - Money Lover</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- <div class="loader"></div> -->
|
<!-- <div class="loader"></div> -->
|
||||||
<div class="background">
|
<div class="background">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<img class="logo-web" src="./assets/images/logo.svg" alt="Logo web" />
|
<img class="logo-web" src="../assets/images/logo.svg" alt="Logo web" />
|
||||||
<!-- Log in form -->
|
<!-- Log in form -->
|
||||||
<form action="#" class="form" method="post">
|
<form action="#" class="form" method="post">
|
||||||
<div class="form__container">
|
<div class="form__container">
|
||||||
@@ -3,14 +3,14 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="./styles/_main.scss" />
|
<link rel="stylesheet" href="../styles/_main.scss" />
|
||||||
<title>Register - Money Lover</title>
|
<title>Register - Money Lover</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- <div class="loader"></div> -->
|
<!-- <div class="loader"></div> -->
|
||||||
<div class="background">
|
<div class="background">
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<img class="logo-web" src="./assets/images/logo.svg" alt="Logo web" />
|
<img class="logo-web" src="../assets/images/logo.svg" alt="Logo web" />
|
||||||
<!-- Register form -->
|
<!-- Register form -->
|
||||||
<form action="#" class="form" method="post">
|
<form action="#" class="form" method="post">
|
||||||
<div class="form__container">
|
<div class="form__container">
|
||||||
Reference in New Issue
Block a user