Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- auto ddl
- 터미널 실행
- restful api 명세서
- Gradle - Groovy
- 아규먼트 리졸버
- SpringBoot개인프로젝트
- 테이블구성
- restful login 메소드
- 어노테이션
- jpa
- restful api 작성 방법
- 데이터베이스
- initializr
- ERD 수정
- 알고리즘
- 연관관계
- 테이블항목
- springboot
- jpa 연관관계
- logout http 메소드
- springboot mysql
- 파이썬
- 할일관리
- intellij 속도 향상
- create 모드
- sendError()
- 쿼리에러
- Gradle - Kotlin
- restful 카멜케이스
- Intellij terminal jar
Archives
- Today
- Total
리나 Dev토리
웹개발종합반 1주차 과제 본문
스파르타코딩클럽 웹개발종합반 1주차 과제
팬명록을 이용해서 나에게 보내는 응원메세지 페이지로 만들어 보았다.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<title>웹종 1주차 | 팬명록_응원 페이지</title>
-- 이하 생략 --
'스파르타 웹개발(Flask)' 카테고리의 다른 글
웹개발 종합반 5주차 과제 (0) | 2022.02.27 |
---|---|
웹개발 종합반 4주차 과제 (0) | 2022.02.25 |
웹개발 종합반 3주차 과제 (0) | 2022.02.25 |
웹개발종합반 2주차 - backtick(`) (0) | 2022.02.25 |
Comments