diff --git a/.gitattributes b/.gitattributes display the content similarity index 100% rename from .gitattributes rename to .gitattributes display the content diff --git a/GraphDisplay/ManualNode.cs b/Graph and Manual Nodes.cs similarity index 99% rename from GraphDisplay/ManualNode.cs rename to Graph and Manual Nodes.cs index da83980..54592f4 100644 --- a/GraphDisplay/ManualNode.cs +++ b/Graph and Manual Nodes.cs @@ -73,4 +73,4 @@ protected override Pen GetTextBorderColor(bool removing, bool clicking) return result; } } -} \ No newline at end of file +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..43b19da --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Website-Display +A program to create and display a node-based structure representing the pages on a website and the links between them