Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2014104149
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Graduate
2020-11-28 09:15:51 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6efb8a5e0003d7c2e98b63283eef4651ce10154d
6efb8a5e
1 parent
edcd1953
Change HTML
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
flask/templates/index.html
flask/templates/index.html
View file @
6efb8a5
...
...
@@ -4,9 +4,6 @@
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Web Attendance System
</title>
<link
rel=
"stylesheet"
href=
"https://www.w3schools.com/w3css/4/w3.css"
>
<link
rel=
"stylesheet"
href=
"https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean"
>
<style>body
,
h1
,
h2
,
h3
,
h4
,
h5
,
p
{
font-family
:
"Nanum+Gothic"
,
sans-serif
}
</
style
>
<style>
#container
{
margin
:
15px
auto
;
...
...
@@ -188,17 +185,16 @@ function main()
</script>
</head>
<body
onload=
"cv['onRuntimeInitialized']=()=>{ init(); };"
>
<div
class=
"w3-content"
style=
"max-width:1400px"
>
<div>
<!-- Header -->
<header
class=
"w3-container w3-center w3-padding-32"
>
<header>
<h1><b>
얼굴 인식 출석 시스템
</b></h1>
<p>
Made by
<span
class=
"w3-tag"
>
정해갑
</span></p>
</header>
<div
id=
"container"
>
<video
autoplay=
"true"
id=
"videoInput"
style=
"display: none; object-fit: cover;"
></video>
<canvas
id=
"canvasOutput"
></canvas>
</div>
</div>
<div
id=
"container"
>
<video
autoplay=
"true"
id=
"videoInput"
style=
"display: none; object-fit: cover;"
></video>
<canvas
id=
"canvasOutput"
></canvas>
</div>
</body>
</html>
...
...
Please
register
or
login
to post a comment