Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
0f42c5ba
Commit
0f42c5ba
authored
May 05, 2010
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added logo
parent
2bec7ff7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
index.html
examples/html/index.html
+3
-1
logo.png
examples/html/logo.png
+0
-0
style.css
examples/html/style.css
+11
-0
No files found.
examples/html/index.html
View file @
0f42c5ba
...
...
@@ -13,7 +13,8 @@
<body>
<div
id=
"header"
>
<div
class=
"rounded infobox help-message"
>
<div
id=
"logo"
></div>
<div
class=
"rounded infobox help-message"
id=
"motd"
>
Chat room implemented using
<a
href=
"http://code.google.com/p/mongoose"
target=
"_blank"
>
Mongoose
</a>
embeddable web server.
...
...
@@ -24,6 +25,7 @@
could be used in your application as a collaboration tool.
</div>
</div>
<div>
<div
id=
"middle"
>
<div><center><span
id=
"error"
class=
"rounded"
></span><center></div>
...
...
examples/html/logo.png
0 → 100644
View file @
0f42c5ba
1.56 KB
examples/html/style.css
View file @
0f42c5ba
...
...
@@ -6,6 +6,17 @@ body {
font
:
13px
Arial
;
margin
:
0.5em
1em
;
}
#logo
{
background
:
url('logo.png')
no-repeat
;
width
:
160px
;
height
:
40px
;
float
:
left
;
}
#motd
{
margin-left
:
170px
;
}
.infobox
{
background
:
#eed
;
padding
:
1px
1em
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment