Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ahjoyo
/
idc0007
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b5e1d6f7
authored
Feb 24, 2019
by
mhasan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create.html
parent
f6663c83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
3 deletions
create.html
register.html
web tech.html
create.html
0 → 100644
View file @
b5e1d6f7
<!DOCTYPE html>
<html
lang=
"en-US"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"description"
content=
"ICD0007 Project, Todo List"
>
<title>
Create List
</title>
</head>
<body>
<nav
class=
"nav"
>
<a
href =
"web tech.html"
>
Index
</a>
<a
href =
"register.html"
>
Register
</a>
<a
href =
"#"
>
Create List
</a>
<a
href =
>
View
List
</
a
>
<a
href =
>
FAQ
</
a
>
</nav>
<h2>
Create List
</h2>
<form
action =
"web tech.html"
method=
"POST"
>
Date :
<input
type=
"date"
name=
"date"
>
<br>
<br>
Time :
<input
type =
"time"
name =
"time"
>
<br>
<br>
Task :
<textarea
rows =
"6"
cols=
"40"
></textarea>
<br>
<br>
<input
type=
"submit"
name =
"submit"
value=
"submit"
>
<br>
</form>
</body>
</html>
register.html
View file @
b5e1d6f7
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en-US"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"description"
content=
"ICD0007 Project,
Personal Calendar/
Todo List"
>
<meta
name=
"description"
content=
"ICD0007 Project, Todo List"
>
<title>
Registration
</title>
</head>
...
...
web tech.html
View file @
b5e1d6f7
...
...
@@ -6,9 +6,9 @@
</head>
<body>
<nav
class=
"nav"
>
<a
href =
>
Index
</
a
>
<a
href =
"#"
>
Index
</a>
<a
href =
"register.html"
>
Register
</a>
<a
href =
>
Create
List
</
a
>
<a
href =
"create.html"
>
Create List
</a>
<a
href =
>
View
List
</
a
>
<a
href =
>
FAQ
</
a
>
</nav>
...
...
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