Fixed favicon directory
This commit is contained in:
parent
8de7baec99
commit
bfc5f64848
@ -1,6 +1,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<title>Hourglass</title>
|
<title>Hourglass</title>
|
||||||
<link rel="icon" href="favicon.ico?v=2">
|
<link rel="icon" href="/favicon.ico?v=2">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<template name="main">
|
<template name="main">
|
||||||
@ -157,8 +157,8 @@
|
|||||||
<div>
|
<div>
|
||||||
<textarea id="workComment" class="restrict" rows="4" cols="50" maxlength="200"></textarea><br>
|
<textarea id="workComment" class="restrict" rows="4" cols="50" maxlength="200"></textarea><br>
|
||||||
<div>
|
<div>
|
||||||
<span id="commentrestrict">{{commentLength}}</span>
|
<span id="commentrestrict">{{commentLength}}</span>
|
||||||
<div id="commentSubmit">Submit</div>
|
<div id="commentSubmit">Submit</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="comment">
|
<div id="comment">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user