Skip to content

Commit

Permalink
Add CDN links
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdas91 committed Sep 27, 2023
1 parent 8d31fa0 commit 2dc9ec6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!-- Material Style CSS -->
<link rel="stylesheet"
href="https://deploy-preview-100--materialstyle.netlify.app/materialstyle/3.1/dist/css/materialstyle.min.css">
href="https://cdn.jsdelivr.net/npm/@materialstyle/[email protected]/dist/css/materialstyle.min.css"
integrity="sha384-TveZ4SBMG9Zwu44Pq5aK2bgL+4CaFRTtx6pSSsxmQKWhIRKoONDSRW+k+NA9A0Gk"
crossorigin="anonymous">

<link rel="stylesheet" href="style.css">
</head>
Expand Down Expand Up @@ -214,7 +217,7 @@ <h4 class="card-title">SUV</h4>
<div class="form-floating" style="width:200px;">
<input type="text" class="form-control" id="textField"
placeholder="firstname" autocomplete="off">
<label for="textField">Firstname</label>
<label for="textField">Text field</label>
</div>

<div class="form-floating form-floating-outlined" style="width:200px;">
Expand All @@ -231,7 +234,7 @@ <h4 class="card-title">SUV</h4>
<option value="3">Option 3</option>
<option value="4">Option 4</option>
</select>
<label for="select">Select One</label>
<label for="select">Select</label>
</div>

<div class="form-floating form-floating-outlined" style="width:200px;">
Expand All @@ -242,7 +245,7 @@ <h4 class="card-title">SUV</h4>
<option value="3">Option 3</option>
<option value="4">Option 4</option>
</select>
<label for="selectOutlined">Select One</label>
<label for="selectOutlined">Select</label>
</div>
</div>

Expand Down Expand Up @@ -317,7 +320,9 @@ <h2>SASS</h2>
crossorigin="anonymous"></script>

<!-- Material Style JS -->
<script src="https://deploy-preview-100--materialstyle.netlify.app/materialstyle/3.1/dist/js/materialstyle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@materialstyle/[email protected]/dist/js/materialstyle.min.js"
integrity="sha384-rqhP61M9WSmzd7+ssgyoWP2I+R68vVHx7o+UmmIs6/Nxe8Lt1DoF6+0CKptZIXC0"
crossorigin="anonymous"></script>

<script src="index.js"></script>
</body>
Expand Down

0 comments on commit 2dc9ec6

Please sign in to comment.