You need to sign in or sign up before continuing.
Commit 7913884d authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

Merge branch 'templates' into 'testing'

added different stylesheet

See merge request !34
parents 8467d05c 1d9fadd9
Pipeline #1266 passed with stage
in 1 second
Showing with 1 addition and 1 deletion
+1 -1
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0"> <meta name="viewport" content="initial-scale=1.0">
<title>{{ pagetitle }}</title> <title>{{ pagetitle }}</title>
<link rel="stylesheet" href="{{baseurlpath}}module.php/mymodule/stylesheet.css"> <link rel="stylesheet" href="{{ asset("css/stylesheet.css") }}">
<link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/m4lab.css"> <link rel="stylesheet" href="/css/m4lab.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment