Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
npm-php
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
project-templates
web
npm-php
Commits
4785bb54
Commit
4785bb54
authored
Dec 21, 2017
by
Vadym Gidulian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed paths to assets and used 'defer' instead of 'async'
parent
206153a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
index.html
src/index.html
+2
-2
index.php
src/index.php
+2
-2
mixins.pug
src/pug/includes/mixins.pug
+2
-2
No files found.
src/index.html
View file @
4785bb54
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
Project
</title>
<title>
Project
</title>
<script
async
src=
"
js/script.all.min.js"
></script>
<script
defer
src=
"/
js/script.all.min.js"
></script>
<link
rel=
"stylesheet"
href=
"css/style.all.min.css"
>
<link
rel=
"stylesheet"
href=
"
/
css/style.all.min.css"
>
</head>
</head>
<body>
<body>
<!-- weinre -->
<!-- weinre -->
...
...
src/index.php
View file @
4785bb54
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
Project
</title>
<title>
Project
</title>
<script
async
src=
"
js/script.all.min.js"
></script>
<script
defer
src=
"/
js/script.all.min.js"
></script>
<link
rel=
"stylesheet"
href=
"css/style.all.min.css"
>
<link
rel=
"stylesheet"
href=
"
/
css/style.all.min.css"
>
</head>
</head>
<body>
<body>
<!-- weinre -->
<!-- weinre -->
...
...
src/pug/includes/mixins.pug
View file @
4785bb54
...
@@ -3,7 +3,7 @@ mixin head(title)
...
@@ -3,7 +3,7 @@ mixin head(title)
meta(charset="UTF-8")
meta(charset="UTF-8")
title= title
title= title
script(
async src="
js/script.all.min.js")
script(
defer src="/
js/script.all.min.js")
link(rel="stylesheet" href="css/style.all.min.css")
link(rel="stylesheet" href="
/
css/style.all.min.css")
block
block
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