summaryrefslogtreecommitdiff
path: root/templates/layout/noleft
blob: 3cf3c3031351b69d002828fd5fd661a5a24f298e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="">
    <meta name="author" content="namatoko">
    <meta name="generator" content="namatoko">
    <title>__COMPANY__</title>
    <link rel="stylesheet" type="text/css" href="">
    <!-- Bootstrap Core CSS-->
    <link href="__WWW_DIR__/css/bootstrap.min.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet"/>
    <style>
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
    </style>
    <link href="__WWW_DIR__/css/product.css" rel="stylesheet">
</head>
<body>
    <!-- Navbar -->
    <nav class="navbar navbar-light bg-light fixed-top">
        <div class="container d-flex justify-content-between">
            <a href="[area All-Products]" class="navbar-brand d-flex align-items-center">
                <!--
                <img src="__IMAGE_DIR__/__LOGO__" width="30" height="30" class="rounded-circle d-inline-block align-top mr-2" alt="">
                Tokoku
                -->
            </a>
            <div class="nav-item">
                <a class="navbar-icon-link" href="[area ord/basket]">
                    <span class="material-icons-outlined">
                        shopping_bag
                    </span>
                </a>
            </div>
        </div>
     </nav>
    <!-- End of Navbar -->
    {{:DEFAULT}}
</body>
</html>