isundil 9 yıl önce
ebeveyn
işleme
e2b548f29f
1 değiştirilmiş dosya ile 11 ekleme ve 0 silme
  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>