Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
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
sdy
2021-04-13 18:47:19 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
187d25b685435a76db46c15e894355411c16573f
187d25b6
1 parent
25ce3fa5
Delete home-page.html
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
src/main/resources/templates/home-page.html
src/main/resources/templates/home-page.html
deleted
100644 → 0
View file @
25ce3fa
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<title>
Home Page
</title>
<link
rel=
"stylesheet"
href=
"css/home.css"
/>
</head>
<body>
<p
class=
"emphy"
>
Type anything
</p>
<div
class=
"container"
>
<input
class=
"search-input"
type=
"text"
placeholder=
"Search here..."
/>
<div
class=
"suggestions"
>
</div>
</div>
<script
src=
"js/main.js"
></script>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment