Browse Source

update css revision number

pull/7/head
KVAZAR 2 years ago committed by GitHub
parent
commit
3e7ae1289e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/index.phtml

2
public/index.phtml

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="/css/app.css" /> <link rel="stylesheet" type="text/css" href="/css/app.css?v=2" />
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" /> <meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" />
<base href="<?php echo BASE_URL; ?>" /> <base href="<?php echo BASE_URL; ?>" />

Loading…
Cancel
Save