mirror of
https://github.com/DSPBluePrints/FactoryBluePrints.git
synced 2025-12-09 19:53:27 +08:00
9 lines
464 B
Markdown
9 lines
464 B
Markdown
* Scan popular Blueprints on dysonsphereblueprints.com and add to repo under author's folder.
|
|
```css
|
|
<button id=bp-card-####"
|
|
class="o-blueprint-card__copy" data-blueprintcopybutton-target="copy" data-clipboard-text=" <% THIS IS THE BLUEPRINT %>
|
|
|
|
<div class="o-blueprint-card__votes">
|
|
<strong class><% COUNT %></strong>
|
|
|
|
* Determine a method to use git mv to update files as the git history will show deletes and creates for simple renames. |