OSDN Git Service

[add] : Added favicon
authorhayao <hayao@fascode.net>
Wed, 17 Feb 2021 13:24:47 +0000 (22:24 +0900)
committerhayao <hayao@fascode.net>
Wed, 17 Feb 2021 13:24:47 +0000 (22:24 +0900)
buildmydist-2/favicon.ico [new file with mode: 0644]
buildmydist-2/index.php

diff --git a/buildmydist-2/favicon.ico b/buildmydist-2/favicon.ico
new file mode 100644 (file)
index 0000000..e48ef04
Binary files /dev/null and b/buildmydist-2/favicon.ico differ
index 9999d49..d4126da 100644 (file)
@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html lang="ja">
 <head>
-
     <?php
         // ページ設定
         $_GET["title"] = "トップページ";
@@ -11,7 +10,6 @@
         $domain = $_SERVER['HTTP_HOST'];
         include("${commonhtml}/head.php");
     ?>
-
 </head>
 <body>
     <?php include("${commonhtml}/header.php"); ?>
@@ -23,4 +21,4 @@
 
     <?php include("${commonhtml}/footer.php"); ?>
 </body>
-</html>
\ No newline at end of file
+</html>