Add title and change /index.html to /
This commit is contained in:
parent
d52015138c
commit
59d05ba2e4
6 changed files with 11 additions and 7 deletions
|
|
@ -3,6 +3,7 @@ html_head = """
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
@ -18,7 +19,7 @@ html_head = """
|
||||||
<div>
|
<div>
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<div id="logo_wrapper" class="svg_wrapper">
|
<div id="logo_wrapper" class="svg_wrapper">
|
||||||
<a href="/index.html">
|
<a href="/">
|
||||||
<img id="logo_foh"src="/src/img/logo.svg" alt="환대의 조각 로고">
|
<img id="logo_foh"src="/src/img/logo.svg" alt="환대의 조각 로고">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="/src/style/common.css" />
|
<link rel="stylesheet" type="text/css" href="/src/style/common.css" />
|
||||||
|
|
@ -11,7 +12,7 @@
|
||||||
<div>
|
<div>
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<div id="logo_wrapper" class="svg_wrapper">
|
<div id="logo_wrapper" class="svg_wrapper">
|
||||||
<a href="/index.html">
|
<a href="/">
|
||||||
<img id="logo_foh"src="src/img/logo.svg" alt="환대의 조각 로고">
|
<img id="logo_foh"src="src/img/logo.svg" alt="환대의 조각 로고">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
@ -18,7 +19,7 @@
|
||||||
|
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<div id="logo_wrapper" class="svg_wrapper">
|
<div id="logo_wrapper" class="svg_wrapper">
|
||||||
<a href="/index.html">
|
<a href="/">
|
||||||
<img id="logo_foh"src="/img/logo.svg" alt="환대의 조각 로고">
|
<img id="logo_foh"src="/img/logo.svg" alt="환대의 조각 로고">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="src/style/common.css" />
|
<link rel="stylesheet" type="text/css" href="src/style/common.css" />
|
||||||
<link rel="stylesheet" type="text/css" href="src/style/home.css" />
|
<link rel="stylesheet" type="text/css" href="src/style/home.css" />
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
@ -19,7 +20,7 @@
|
||||||
<div>
|
<div>
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<div id="logo_wrapper" class="svg_wrapper">
|
<div id="logo_wrapper" class="svg_wrapper">
|
||||||
<a href="/index.html">
|
<a href="/">
|
||||||
<img id="logo_foh"src="src/img/logo.svg" alt="환대의 조각 로고">
|
<img id="logo_foh"src="src/img/logo.svg" alt="환대의 조각 로고">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Document</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
|
|
||||||
<!-- Common resource -->
|
<!-- Common resource -->
|
||||||
<link rel="stylesheet" type="text/css" href="src/style/common.css" />
|
<link rel="stylesheet" type="text/css" href="src/style/common.css" />
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="menu">
|
<div id="menu">
|
||||||
<div id="logo_wrapper" class="svg_wrapper">
|
<div id="logo_wrapper" class="svg_wrapper">
|
||||||
<a href="/index.html">
|
<a href="/">
|
||||||
<img id="logo_foh"src="src/img/logo.svg" alt="환대의 조각 로고">
|
<img id="logo_foh"src="src/img/logo.svg" alt="환대의 조각 로고">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue