isundil 9 년 전
부모
커밋
e2b548f29f
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      public/index.html

+ 11 - 0
public/index.html

@@ -0,0 +1,11 @@
+<!DOCTYPE html5>
+<html>
+	<head>
+		<title>Crosswords</title>
+		<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"/>
+		<link href="crosswords.min.css" rel="stylesheet"/>
+	</head>
+	<body>
+		<script src="crosswords.min.js"></script>
+	</body>
+</html>