굉장히 오랜시간 동안 git lab과 연동한다고 고생을 하였음
오랜 고심끝에 템플릿을 가져다 쓰기로 함..
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd" version="4.0">
<display-name>Foodsharing</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
</web-app>
welcome-file-list
에 있는 파일을 바로 실행시켜준다. 만약 하나를 더 적는다면 만약 처음 페이지가 없을 시 두번째 페이지를 로드 하겠다는 뜻이다. link
의 형태로 온라인형식으로 받아올 수 있다.i
태그는 이탤릭으로써 글자를 뉘이는 건데 사장되어 icon
의 준말로 대신하여 사용하고 있다.