Skip to content

Commit

Permalink
Framlr r1
Browse files Browse the repository at this point in the history
  • Loading branch information
danimesq committed Apr 1, 2022
1 parent 5d60a4c commit 3668290
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Framlr

Window frame framework to be used on Electron app with frameless window
Do you want frameless windows on your Electron app?

There's a framework even for that!

No need to rebuild the wheel for every Electron app you develop.

Framlr is a window frame framework to be used on Electron apps with frameless windows.

## Screenshots

<img src="screenshot.png"/>
<img src="screenshot.png"/>
14 changes: 0 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
<base href="" target="_top" id="base">
<script type="text/javascript" src="plugins/jQuery/jquery.min.js"></script>
<script type="text/javascript" src="plugins/Popper.js/popper.min.js"></script>
<script type="text/javascript" src="plugins/Bootstrap/js/bootstrap.min.js"></script>
<script src="plugins/Bootstrap/themes/material/js/material.min.js"></script>
<script type="text/javascript" src="js/page-common.js"></script>
<link href="plugins/Bootstrap/themes/material/css/material.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/page-common.css">
<link rel="stylesheet" type="text/css" href="css/app-common.css">
<link rel="stylesheet" type="text/css" href="css/page-custom.css">
<link rel="stylesheet" type="text/css" href="css/app-custom.css">
<link href="Fonts/Roboto/font.css" rel="stylesheet">
<link href="Fonts/Material Icons/font.css" rel="stylesheet">

<script type="text/javascript" src="framlr.js"></script>
<link rel="stylesheet" type="text/css" href="framlr.css">

Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3668290

Please sign in to comment.