mirror of
https://github.com/fazo96/pbs.git
synced 2025-01-27 14:34:19 +01:00
added html charset
This commit is contained in:
parent
09ae24520a
commit
8e0fa6c3ff
@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Pert</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="bower_components/vis/dist/vis.min.css">
|
||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
|
||||
<link rel="stylesheet" href="dist/style.css">
|
||||
|
@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Pert</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="bower_components/vis/dist/vis.min.css">
|
||||
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
|
||||
<link rel="stylesheet" href="bower_components/sweetalert/lib/sweet-alert.css">
|
||||
|
Loading…
Reference in New Issue
Block a user