Skip to content

Commit

Permalink
testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmy109 committed Dec 28, 2020
1 parent 5ee50e0 commit 26ab1be
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 28 deletions.
11 changes: 9 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[1219/001203.444:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
[1220/210005.448:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
[1229/021121.791:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
6 changes: 6 additions & 0 deletions css/particles.css → particles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
body
{
margin: 0;
padding: 0;
height: 100vh;
}
#particles-js
{
height: 100%;
Expand Down
4 changes: 0 additions & 4 deletions public/filesite/.htaccess

This file was deleted.

1 change: 0 additions & 1 deletion public/filesite/.htpasswrd

This file was deleted.

6 changes: 0 additions & 6 deletions public/filesite/files.html

This file was deleted.

33 changes: 18 additions & 15 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
<html lang="en">
<head>
<link rel="stylesheet" href="build/tailwind.css">
<title>Testing123</title>
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
</head>
<head>
<base href="/">
<link rel="stylesheet" href="build/tailwind.css">
<link type="text/css" rel="stylesheet" href="css/particles.css">
<title>Testing123</title>

<body>
<div id="particles-js">
</head>

<body>
<div id="particles-js">
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
<div>
<div>
<div>
<h1 class="py-20">Testing123123123aaaa</h1>
<h2>Another test</h2>
</div>
<p class="absolute bottom-0 left-0 text-sm">Copyright © Tim Uding & Joe Smith 2020</p>
<h1 class="py-20">Testing123123123aaaa</h1>
<h2>Another test</h2>
</div>
<p class="absolute bottom-0 left-0 text-sm">Copyright © Tim Uding & Joe Smith 2020</p>
</div>
</div>



</body>
</body>
</html>

0 comments on commit 26ab1be

Please sign in to comment.