Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
0f42c5ba
Commit
0f42c5ba
authored
14 years ago
by
Sergey Lyubka
Browse files
Options
Downloads
Patches
Plain Diff
added logo
parent
2bec7ff7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/html/index.html
+3
-1
3 additions, 1 deletion
examples/html/index.html
examples/html/logo.png
+0
-0
0 additions, 0 deletions
examples/html/logo.png
examples/html/style.css
+11
-0
11 additions, 0 deletions
examples/html/style.css
with
14 additions
and
1 deletion
examples/html/index.html
+
3
−
1
View file @
0f42c5ba
...
@@ -13,7 +13,8 @@
...
@@ -13,7 +13,8 @@
<body>
<body>
<div
id=
"header"
>
<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
Chat room implemented using
<a
href=
"http://code.google.com/p/mongoose"
target=
"_blank"
>
Mongoose
</a>
<a
href=
"http://code.google.com/p/mongoose"
target=
"_blank"
>
Mongoose
</a>
embeddable web server.
embeddable web server.
...
@@ -24,6 +25,7 @@
...
@@ -24,6 +25,7 @@
could be used in your application as a collaboration tool.
could be used in your application as a collaboration tool.
</div>
</div>
</div>
</div>
<div>
<div
id=
"middle"
>
<div
id=
"middle"
>
<div><center><span
id=
"error"
class=
"rounded"
></span><center></div>
<div><center><span
id=
"error"
class=
"rounded"
></span><center></div>
...
...
This diff is collapsed.
Click to expand it.
examples/html/logo.png
0 → 100644
+
0
−
0
View file @
0f42c5ba
1.56 KiB
This diff is collapsed.
Click to expand it.
examples/html/style.css
+
11
−
0
View file @
0f42c5ba
...
@@ -6,6 +6,17 @@ body {
...
@@ -6,6 +6,17 @@ body {
font
:
13px
Arial
;
margin
:
0.5em
1em
;
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
{
.infobox
{
background
:
#eed
;
background
:
#eed
;
padding
:
1px
1em
;
padding
:
1px
1em
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment