소스 검색

Add new template and style

Oz N Tiram 8 년 전
부모
커밋
47737f0660
2개의 변경된 파일268개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      pwman/ui/templates/index.tpl
  2. 254 0
      pwman/ui/templates/static/css/milligram.css

+ 14 - 0
pwman/ui/templates/index.tpl

@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <title>Pwman3 Web</title>
+        <meta name="description" content="">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <link rel="stylesheet" href="/static/css/milligram.css">
+    </head>
+<body>
+
+  <h1>Hello Miligram</h1>
+</body>
+</html>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 254 - 0
pwman/ui/templates/static/css/milligram.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.