From c3bec46b7a59e751049fc696058e60bd661ebff0 Mon Sep 17 00:00:00 2001 From: emizzle Date: Tue, 25 Jun 2019 14:28:04 +1000 Subject: [PATCH] change page title and update lintignore --- .eslintignore | 2 +- public/index.html | 34 +++++++++++++++++++--------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/.eslintignore b/.eslintignore index 1e7bb4f..85e4001 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ /src/embarkArtifacts/* -embark/packages +embark/packages/* embarkjs-plasma embark-plasma \ No newline at end of file diff --git a/public/index.html b/public/index.html index bbddb3d..dca310a 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,21 @@ - - - - - - embark-plasma-demo-vue3 - - - -
- - - + + + + + + + embark-plasma-demo + + + + +
+ + + + \ No newline at end of file