Skip to content

Commit bd71157

Browse files
committed
feat: github action for demo.
1 parent 111d003 commit bd71157

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

src/demo/demo.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title><%= htmlWebpackPlugin.options.title %></title>
4+
<title>WebGL Tech Particles</title>
5+
<meta charset="utf-8">
6+
<meta name="description" content="Interactive 3D particle system with technology icons using WebGL and Three.js">
7+
<meta name="keywords" content="animation, javascript, geometric, particles, webgl, three.js, 3d, technologies">
8+
<meta name="author" content="Aleksey Rudenko">
9+
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
10+
<link rel="icon" type="image/x-icon" href="favicon.ico">
711
</head>
812
<body>
913
<div id="tech-particles"></div>

src/demo/favicon.ico

14.3 KB
Binary file not shown.

webpack.demo.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ module.exports = {
4747
patterns: [
4848
{from: 'settings.json', to: 'settings.json'},
4949
{from: 'src/assets/icons', to: 'assets/icons'},
50+
{from: 'src/demo/favicon.ico', to: 'favicon.ico'},
5051
],
5152
}),
5253
new HtmlWebpackPlugin({

0 commit comments

Comments
 (0)