Updates
This commit is contained in:
2
assets/js/prettify.min.js
vendored
2
assets/js/prettify.min.js
vendored
File diff suppressed because one or more lines are too long
38
index.html
Normal file
38
index.html
Normal file
@@ -0,0 +1,38 @@
|
||||
<!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 src="polyfills-es5.a9bb9d550631fb78c5c9.js" nomodule defer></script><script src="runtime-es2015.24b02acc1f369d9b9f37.js" type="module"></script><script src="main-es2015.ec52e7eeece56dda87bd.js" type="module"></script><script src="runtime-es5.24b02acc1f369d9b9f37.js" nomodule defer></script><script src="main-es5.ec52e7eeece56dda87bd.js" nomodule defer></script></body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user