diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/template/profile.st b/template/profile.st index cd216e0..91ca683 100755 --- a/template/profile.st +++ b/template/profile.st @@ -2,7 +2,7 @@ <head> <title>$nick$'s dump.fm</title> $head()$ - <link rel="stylesheet" type="text/css" href="/static/profile.css"> + <link rel="stylesheet" type="text/css" media="screen" href="/static/profile.css"> <script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script> <script> @@ -36,9 +36,16 @@ $else$ <h3> </h3> <h3> </h3> + <h3> </h3> <h3> </h3> <h3> </h3> + <h3> </h3><div id="newuser"> <h3>This is your user log, it's where all the images you post are saved. <br> To get started join <a href="/chat">Room A</a> and post a few pictures.</h3> + <h3> </h3></div> + <h3> </h3> + <h3> </h3> <h3> </h3> + <h3> </h3> + <h3> </h3> $endif$ <p> </p> <div id="pnav"> |
