Skip to content
Snippets Groups Projects
Commit b8844456 authored by Radek Puš's avatar Radek Puš
Browse files

added pure html template + app with API (Core)

parent a18f63c8
No related branches found
No related tags found
No related merge requests found
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"highcharts": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/highcharts/-/highcharts-7.0.3.tgz",
"integrity": "sha512-ubfHLDqKZkGLfDGWYPaa9txLwiJDSWphMZ15xdC0RKKKxZ2ZBc13+MjDfz5ARpYGQvCHmytGOGFUgRWEvkOhNA=="
}
}
}
Core/Core/wwwroot/favicon.ico

31.3 KiB

This diff is collapsed.
File added

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.489
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CB10034-3591-433B-982A-3E812445D6A6}"
ProjectSection(SolutionItems) = preProject
index.html = index.html
main.css = main.css
EndProjectSection
EndProject
Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CDD1900-CC9A-4314-9A5A-292BA66C7B54}
EndGlobalSection
EndGlobal
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="main.css">
<title></title>
</head>
<body class="container-fluid">
<header class="row">
<div class="col input__header">
Nahrej výsledky:
</div>
<div class="col accout__header">
image
</div>
</header>
<content class="row">
<div id="entries" class="col">
E
</div>
<div id="main" class="col">
<div class="container-fluid">
<div class="row">
<div id="history" class="col">
H
</div>
<div id="income" class="col">
I
</div>
</div>
<div id="pie" class="row">
P
</div>
<div id="recomendation" class="row">
R
</div>
</div>
</div>
</content>
</body>
</html>
\ No newline at end of file
html {
width: 100%;
text-align:center;
}
body{
max-width: 70em;
}
@media all and (min-width: 70em) {
}
content{
background-color: red;
}
.accout__header {
text-align: right;
}
.col {
background-color: lightblue;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment