test
This commit is contained in:
20
out_embed/all.hpp
Normal file
20
out_embed/all.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <saucer/webview.hpp>
|
||||
|
||||
#include "index.html.hpp"
|
||||
|
||||
namespace saucer::embedded
|
||||
{
|
||||
inline auto all()
|
||||
{
|
||||
std::unordered_map<std::string, embedded_file> rtn;
|
||||
|
||||
rtn.emplace("index.html", embedded_file{saucer::stash<>::view(f1Dqesn4NxFvpVB4P1U5D6IgLugdGaqMvuMcidTvXLCgieH9Dg), "text/html"});
|
||||
|
||||
return rtn;
|
||||
}
|
||||
} // namespace saucer::embedded
|
||||
10
out_embed/index.html.hpp
Normal file
10
out_embed/index.html.hpp
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user