create template. index.html
2022. 11. 10. 17:17ㆍPost
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta name="description" content="My temp page">
<meta name="keywords" content="html temp template">
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
Content goes here.
</body>
</html>
음 요거 만들어주는 것두 왠지 vscode 확장에 있을것같은데
'Post' 카테고리의 다른 글
hydration 배워보기 (1) | 2022.11.17 |
---|---|
chsh -s /bin/bash (0) | 2022.11.11 |
python 테스트 프레임워크 (0) | 2022.11.08 |
한 컴퓨터에서 git 여러 계정 + 스택오버플로우 (4) | 2022.11.07 |
mongodb slow query 조회 (0) | 2022.11.01 |