Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DP_projet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
VILLAUME Lucas
DP_projet
Commits
7e98b14d
Commit
7e98b14d
authored
1 year ago
by
VILLAUME Lucas
Browse files
Options
Downloads
Patches
Plain Diff
page mydocuments
parent
d64eb745
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!2
Doc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/css/spreadsheet-style.css
+49
-1
49 additions, 1 deletion
public/css/spreadsheet-style.css
public/res/construction.png
+0
-0
0 additions, 0 deletions
public/res/construction.png
views/mydocuments.ejs
+40
-0
40 additions, 0 deletions
views/mydocuments.ejs
with
89 additions
and
1 deletion
public/css/spreadsheet-style.css
+
49
−
1
View file @
7e98b14d
...
@@ -20,4 +20,52 @@
...
@@ -20,4 +20,52 @@
tr
:nth-child
(
odd
)
td
{
tr
:nth-child
(
odd
)
td
{
background-color
:
#f9f9f9
;
background-color
:
#f9f9f9
;
}
}
\ No newline at end of file
.navbar
{
position
:
fixed
;
top
:
0
;
left
:
0
;
width
:
100%
;
background-color
:
#081229
;
color
:
white
;
}
.navbar_ul
{
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
overflow
:
hidden
;
background-color
:
#081229
;
}
.navbar
li
{
float
:
left
;
text-align
:
center
;
padding
:
20px
16px
;
}
.navbar
li
a
{
display
:
block
;
color
:
white
;
text-decoration
:
none
;
}
.navbar
li
a
:hover
{
background-color
:
#111
;
}
.navbar
button
{
float
:
right
;
background
:
#0b3595
;
border
:
0
;
outline
:
none
;
border-radius
:
30px
;
color
:
white
;
}
footer
{
text-align
:
center
;
padding
:
5px
;
background-color
:
#081229
;
color
:
#FFF
;
}
This diff is collapsed.
Click to expand it.
public/res/construction.png
0 → 100644
+
0
−
0
View file @
7e98b14d
71.6 KiB
This diff is collapsed.
Click to expand it.
views/mydocuments.ejs
0 → 100644
+
40
−
0
View file @
7e98b14d
<!DOCTYPE html>
<html>
<head>
<title>
Construction en cours
</title>
<style>
body
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
height
:
100vh
;
font-family
:
Arial
,
sans-serif
;
background-color
:
#f1f1f1
;
}
.container
{
text-align
:
center
;
}
.message
{
font-size
:
24px
;
font-weight
:
bold
;
color
:
#333
;
margin-bottom
:
20px
;
}
.image
{
width
:
200px
;
height
:
200px
;
margin-bottom
:
20px
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<h1
class=
"message"
>
Construction en cours
</h1>
<img
class=
"image"
src=
"res/construction.png"
alt=
"Construction en cours"
>
<p>
Veuillez revenir ultérieurement.
</p>
</div>
</body>
</html>
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