From a6bc844ca1dedb2cd4c3521f9dc604030a332735 Mon Sep 17 00:00:00 2001 From: s1n Date: Thu, 26 Sep 2019 17:03:43 -0700 Subject: add info --- performance-stats/css/main.css | 5 +++++ performance-stats/index.html | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 performance-stats/css/main.css diff --git a/performance-stats/css/main.css b/performance-stats/css/main.css new file mode 100644 index 0000000..ee630d9 --- /dev/null +++ b/performance-stats/css/main.css @@ -0,0 +1,5 @@ +.test { + position: absolute; + top: 5px; + left: 150px; +} \ No newline at end of file diff --git a/performance-stats/index.html b/performance-stats/index.html index 8a10d54..918c7cb 100644 --- a/performance-stats/index.html +++ b/performance-stats/index.html @@ -7,6 +7,7 @@ s1nical - Performance Stats + @@ -16,6 +17,8 @@ + +

This is just a test, not permanent.

\ No newline at end of file -- cgit v1.2.3