updated styles in index.html
This commit is contained in:
parent
56bd5d0837
commit
80ccc72aa5
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RollDice</title>
|
||||
<link href="styles/materialize/dist/css/materialize.css" rel="stylesheet" />
|
||||
<link href="node_modules/@materializecss/materialize/dist/css/materialize.css" rel="stylesheet" />
|
||||
<script src="node_modules/@materializecss/materialize/dist/js/materialize.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/Volumes/RollDice/node_modules/@materializecss/materialize
|
Loading…
Reference in a new issue