Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Jun 13, 2023
1 parent ea513ce commit dfe109d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/arcgrid.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<link rel="stylesheet" href="../dist/css/zumer.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../dist/css/zumer-ui.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../assets/css/zumer.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../assets/css/zumer-ui.min.css" type="text/css" defer/>
<title>Zumer CSS</title>
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion examples/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Update DOM with Settings Form</title>
<link rel="stylesheet" href="../dist/css/index.min.css" type="text/css" />
<link rel="stylesheet" href="../assets/css/index.min.css" type="text/css" />
<style>
body {
font-family: 'Lucida Sans', Verdana, sans-serif;
Expand Down
2 changes: 1 addition & 1 deletion examples/generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../dist/css/index.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../assets/css/index.min.css" type="text/css" defer/>
<title>Zumer CSS</title>
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../dist/css/index.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../assets/css/index.min.css" type="text/css" defer/>
<title>Zumer CSS</title>
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion examples/spread.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../dist/css/index.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../assets/css/index.min.css" type="text/css" defer/>
<title>Radial grid layout - css only</title>
<style>
body {
Expand Down
2 changes: 1 addition & 1 deletion examples/watch.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../dist/css/index.min.css" type="text/css" defer/>
<link rel="stylesheet" href="../assets/css/index.min.css" type="text/css" defer/>
<title>Radial grid layout - css only</title>
<style>
body {
Expand Down

0 comments on commit dfe109d

Please sign in to comment.