rosenclosed 2 년 전
부모
커밋
51ad01d0aa
8개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  1. 23 0
      index.php
  2. 0 0
      src/script/home.js
  3. 0 0
      src/script/htmx/htmx.min.js
  4. 1 0
      src/style/main.css
  5. 1 0
      src/style/main.css.map
  6. 1 0
      src/style/main.min.css
  7. 1 0
      src/style/main.min.css.map
  8. 1 0
      src/style/main.scss

+ 23 - 0
index.php

@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
+<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
+<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
+<!--[if gt IE 8]>      <html class="no-js"> <!<![endif]-->
+<html lang="de">
+    <head>
+        <meta charset="utf-8">
+        <meta http-equiv="X-UA-Compatible" content="IE=edge">
+        <title>Moosburger Ministranten</title>
+        <meta name="description" content="Willkommen auf der Homepage der Moosburger Ministranten.">
+        <meta name="viewport" content="width=device-width, initial-scale=1">
+        <link rel="stylesheet" href="/src/style/main.min.css">
+        <script src="/src/script/htmx/htmx.min.js"></script>
+    </head>
+    <body>
+        <!--[if lt IE 7]>
+            <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
+        <![endif]-->
+        
+        <script src="/src/script/home.js" async defer></script>
+    </body>
+</html>

+ 0 - 0
src/script/home.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
src/script/htmx/htmx.min.js


+ 1 - 0
src/style/main.css

@@ -0,0 +1 @@
+/*# sourceMappingURL=main.css.map */

+ 1 - 0
src/style/main.css.map

@@ -0,0 +1 @@
+{"version":3,"sources":[],"names":[],"mappings":"","file":"main.css"}

+ 1 - 0
src/style/main.min.css

@@ -0,0 +1 @@
+/*# sourceMappingURL=main.min.css.map */

+ 1 - 0
src/style/main.min.css.map

@@ -0,0 +1 @@
+{"version":3,"sources":[],"names":[],"mappings":"","file":"main.min.css"}

+ 1 - 0
src/style/main.scss

@@ -0,0 +1 @@
+@charset "utf-8";

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