Updates
This commit is contained in:
38
index.html
38
index.html
@@ -1,38 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Angular File Upload</title>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="description" content="Angular2 File Upload">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||
<link rel="author" href="https://github.com/valor-software/ng2-file-upload/graphs/contributors">
|
||||
|
||||
<!--link to bootstrap.css-->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
<link rel="stylesheet" href="assets/css/prettify-angulario.css">
|
||||
<style media="screen">
|
||||
.header {
|
||||
background-color: #0143A3;
|
||||
background: -webkit-linear-gradient(#0143A3, #0273D4);
|
||||
background: linear-gradient(#0143A3, #0273D4);
|
||||
color: #FFF;
|
||||
padding: 30px;
|
||||
}
|
||||
section {
|
||||
padding-top: 30px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<app>
|
||||
Loading...
|
||||
</app>
|
||||
<script src="assets/js/prettify.min.js"></script>
|
||||
<!-- script files will be inserted by html-webpack-plugin -->
|
||||
<script type="text/javascript" src="inline.bbdf4c26089e1ed72440.bundle.js"></script><script type="text/javascript" src="vendor.1ec8aa9f4ba4335d63d1.bundle.js"></script><script type="text/javascript" src="main.ab1300e917f0495757c3.bundle.js"></script></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user