Skip to content

Commit

Permalink
update: add title
Browse files Browse the repository at this point in the history
  • Loading branch information
lezette committed Aug 6, 2024
1 parent ffd4267 commit 518ffb8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion animateCss/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<head>
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<!-- <link href="../resources/demo.css" rel="stylesheet" /> -->
<link rel="stylesheet" href="styles.css">
<script src="scripts.js" defer></script>
<title>Animate.css</title>
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions animateme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link href="site.css" rel="stylesheet" />
<title>Starter</title>
<script>
window.addEventListener('load', function () {

Expand Down
2 changes: 1 addition & 1 deletion car/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="stylesheet" href="site.css">
<!-- <script src="../web-animation.js"></script> -->
<title>Car</title>
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions iconPopups/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link href="site.css" rel="stylesheet" />
<script src="./codelabs/codelab.js"></script>
<script src="site.js"></script>
<title>Icon Popup</title>
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions transitions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<link href="styles.css" rel="stylesheet">
<script src="codelabs/codelab.js"></script>
<script src="scripts.js"></script>
<title>Page Transition</title>
</head>

<body>
Expand Down

0 comments on commit 518ffb8

Please sign in to comment.