Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
f4fac15e
Commit
f4fac15e
authored
Aug 02, 2011
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add response time and memory usage to install splash screen.
parent
a4748500
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
8 deletions
+19
-8
application/views/home/index.php
+19
-8
No files found.
application/views/home/index.php
View file @
f4fac15e
...
@@ -43,7 +43,14 @@
...
@@ -43,7 +43,14 @@
line-height
:
25px
;
line-height
:
25px
;
}
}
#wrapper
{
#header
{
margin
:
0
auto
;
margin-bottom
:
15px
;
margin-top
:
20px
;
width
:
80%
;
}
.wrapper
{
background-color
:
#fff
;
background-color
:
#fff
;
border-radius
:
10px
;
border-radius
:
10px
;
margin
:
0
auto
;
margin
:
0
auto
;
...
@@ -51,15 +58,14 @@
...
@@ -51,15 +58,14 @@
width
:
80%
;
width
:
80%
;
}
}
#
wrapper
h2
:first-of-type
{
.
wrapper
h2
:first-of-type
{
margin-top
:
0
;
margin-top
:
0
;
}
}
#header
{
.footer
{
margin
:
0
auto
;
background-color
:
#eee
;
margin-bottom
:
15px
;
font-size
:
12px
;
margin-top
:
20px
;
text-align
:
right
;
width
:
80%
;
}
}
</style>
</style>
</head>
</head>
...
@@ -68,12 +74,16 @@
...
@@ -68,12 +74,16 @@
<h1
class=
"laravel"
>
Laravel
</h1>
<h1
class=
"laravel"
>
Laravel
</h1>
</div>
</div>
<div
id
=
"wrapper"
>
<div
class
=
"wrapper"
>
<h2>
Installation Complete!
</h2>
<h2>
Installation Complete!
</h2>
<p>
Ready to dig in? Start building your application in the
<strong>
application/routes.php
</strong>
file.
</p>
<p>
Ready to dig in? Start building your application in the
<strong>
application/routes.php
</strong>
file.
</p>
<p>
Need to learn more? Peruse our
<a
href=
"http://laravel.com"
>
wonderful documentation
</a>
.
</p>
<p>
Need to learn more? Peruse our
<a
href=
"http://laravel.com"
>
wonderful documentation
</a>
.
</p>
</div>
</div>
<div
class=
"wrapper footer"
>
<?php
echo
Benchmark
::
check
(
'laravel'
)
.
'ms | '
.
Benchmark
::
memory
()
.
'mb'
;
?>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
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