Skip to content

Commit

Permalink
renaming video-style.css to nft-style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Apr 7, 2020
1 parent 916727a commit 1a80a28
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nft/nft_cubist_dragon.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>NFT marker example with Three.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
<link rel="stylesheet" type="text/css" href="../resources/css/nft-style.css">
</head>
<body>
<script src="../resources/three.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion nft/nft_pinball_cube.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>NFT marker example with Three.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
<link rel="stylesheet" type="text/css" href="../resources/css/nft-style.css">
</head>
<body>
<a
Expand Down
2 changes: 1 addition & 1 deletion nft/nft_pinball_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>NFT marker example with Three.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
<link rel="stylesheet" type="text/css" href="../resources/css/nft-style.css">
</head>
<body>
<a
Expand Down
2 changes: 1 addition & 1 deletion nft/nft_pinball_mixed.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>NFT marker example with Three.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
<link rel="stylesheet" type="text/css" href="../resources/css/nft-style.css">
</head>
<body>
<div id="loading">
Expand Down
2 changes: 1 addition & 1 deletion nft/nft_pinball_video.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>NFT marker example with Three.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
<link rel="stylesheet" type="text/css" href="../resources/css/nft-style.css">
</head>
<body>
<a
Expand Down
2 changes: 1 addition & 1 deletion nft/nft_simple_multi_markers.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>NFT marker example with Three.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
<link rel="stylesheet" type="text/css" href="../resources/css/nft-style.css">
</head>
<body>
<div id="loading">
Expand Down
2 changes: 1 addition & 1 deletion nft/nft_threejs_filter_worker_gltf.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>NFT marker example with a WebWorker and Three.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=0.5, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../resources/css/video-style.css">
<link rel="stylesheet" type="text/css" href="../resources/css/nft-style.css">
</head>
<body class="loading">
<div id="loading" >
Expand Down
2 changes: 1 addition & 1 deletion nft/nft_threejs_worker_Duck_gltf.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<title>NFT example with gltf model and repositioning</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../resources/css/video-style.css" />
<link rel="stylesheet" href="../resources/css/nft-style.css" />
</head>
<body>
<div id="loading">
Expand Down
File renamed without changes.

0 comments on commit 1a80a28

Please sign in to comment.