add basic css
This commit is contained in:
parent
014fa45826
commit
e6911ff520
6 changed files with 86 additions and 32 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="thread/static/styles.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/styles.css" rel="stylesheet" type="text/css" />
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="board/thread/static/styles.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/styles.css" rel="stylesheet" type="text/css" />
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="static/styles.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/styles.css" rel="stylesheet" type="text/css" />
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="../board/thread/static/styles.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/styles.css" rel="stylesheet" type="text/css" />
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link href="board/thread/static/styles.css" rel="stylesheet" type="text/css" />
|
||||
<link href="/styles.css" rel="stylesheet" type="text/css" />
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue